24 foreach ($this->
_getIterator($path, $fileMask) as $file) {
43 $directoryIterator = new \RecursiveDirectoryIterator(
45 \FilesystemIterator::SKIP_DOTS | \FilesystemIterator::UNIX_PATHS | \FilesystemIterator::FOLLOW_SYMLINKS
47 $iterator = new \RecursiveIteratorIterator($directoryIterator);
48 }
catch (\UnexpectedValueException $valueException) {
49 throw new \InvalidArgumentException(sprintf(
'Cannot read directory for parse phrase: "%s".',
$path));
getFiles(array $paths, $fileMask=false)
_getIterator($path, $fileMask=false)
foreach($appDirs as $dir) $files