Example #1
0
 /**
  * Sets the name of the file containing the includes patterns.
  *
  * @param PhingFile $excludesfile A string containing the filename to fetch
  * the include patterns from.
  * @return void
  */
 public function setExcludesfile(PhingFile $excludesfile)
 {
     $this->fileset->setExcludesfile($excludesfile);
 }