Example #1
0
 /**
  * Gives the count of the number of selectors in this container
  *
  * @return int The number of selectors in this container
  */
 public function selectorCount()
 {
     return $this->fileset->selectorCount();
 }