Exemplo n.º 1
0
 /**
  * Add a new selector into this container.
  *
  * @param FileSelector $selector the new selector to add
  * @return void
  */
 public function appendSelector(FileSelector $selector)
 {
     $this->fileset->appendSelector($selector);
 }