Example #1
0
 /**
  * Returns the set of selectors as an array.
  *
  * @return array FileSelector[] An array of selectors in this container
  */
 public function getSelectors(Project $p)
 {
     return $this->fileset->getSelectors($p);
 }