Example #1
0
 /**
  * Indicates whether there are any selectors here.
  *
  * @return boolean Whether any selectors are in this container
  */
 public function hasSelectors()
 {
     return $this->fileset->hasSelectors();
 }