Example #1
0
<?php

$finder = new \Hoa\File\Finder();
$finder->in(__DIR__ . '/Central/Hoa/')->files()->notIn('#^\\.(git|hg)$#')->notIn('#(Tests|Command|Bin|Test|Filter)#')->name('#\\.php$#');
return $finder;
Example #2
0
<?php

$finder = new \Hoa\File\Finder();
$finder->in(__DIR__ . '/data/Central/Hoa/Eventsource')->files()->notIn('#^\\.(git|hg)$#')->notIn('#(Tests|Command|Documentation|Bin|Test|Filter)#')->name('#\\.php$#');
return $finder;