Example #1
0
 /**
  * Sets whether or not symbolic links should be followed.
  *
  * @param boolean $followSymlinks whether or not symbolic links should be followed
  * @return void
  */
 public function setFollowSymlinks($followSymlinks)
 {
     $this->fileset->setFollowSymlinks($followSymlinks);
 }