Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| FindMode | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| namespace Gek\FileFinder; | |
| use Gek\Infrastructure\Enum; | |
| class FindMode extends Enum | |
| { | |
| public const ONLY_FILES = 1; | |
| public const ONLY_DIRECTORIES = 2; | |
| } |