コード例 #1
0
ファイル: MatchingTask.php プロジェクト: umesecke/phing
 /**
  * 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);
 }