Searched refs:acceptSubString (Results 1 – 1 of 1) sorted by relevance
119 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);129 return $this->acceptSubString($filename, $this->suffixes, self::SUFFIX);139 protected function acceptSubString($filename, array $subStrings, $type) function in File_Iterator