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