コード例 #1
0
ファイル: .sohapi.php プロジェクト: camael24/sohapi
<?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;
コード例 #2
0
ファイル: .sohapi.php プロジェクト: camael24/sohapi
<?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;