Example #1
0
 /**
  * Returns <b>true</b> if the file name ends with '.php'.
  *
  * @return boolean
  */
 public function accept()
 {
     return $this->filter->accept($this->getLocalPath(), $this->getFullPath());
 }
Example #2
0
 /**
  * Returns <b>true</b> if the file name ends with '.php'.
  *
  * @return boolean
  */
 public function accept()
 {
     return $this->filter->accept($this->getInnerIterator()->current());
 }