__construct() __construct(string $directory, boolean $recursive, $caseSensitive = true) Parameters string $directory boolean $recursive $caseSensitive
formatListing() formatListing(array $listing) : array Format contents listing. Parameters array $listing Returns array
isEntryOutOfScope() isEntryOutOfScope(array $entry) : boolean Determine if the entry is out of scope. Parameters array $entry Returns boolean
residesInDirectory() residesInDirectory(array $entry) : boolean Check if the entry resides within the parent directory. Parameters array $entry Returns boolean
isDirectChild() isDirectChild(array $entry) : boolean Check if the entry is a direct child of the directory. Parameters array $entry Returns boolean