Creating a File Query
Creating a File Query
- public function __construct($root) — Create a new FileFinder.
Configuring File Queries
Configuring File Queries
- public function excludePath($path)
- public function withName($name)
- public function withSuffix($suffix)
- public function withPath($path)
- public function withType($type)
- public function withFollowSymlinks($follow)
- public function setGenerateChecksums($generate)
- public function setForceMode($mode)
Executing the File Query
Executing the File Query
- public function find()
Internal
Internal
- public function validateFile($file)
- private function getFiles($dir)
- private function generateList($flag, $items, $mode)
Other Methods
Other Methods
- public function __get($name)
- public function __set($name, $value)
- public function current()
- public function key()
- public function next()
- public function rewind()
- public function valid()
- private function throwOnAttemptedIteration()
- public function getPhobjectClassConstant($key, $byte_limit) — Read the value of a class constant.
- public function getGenerateChecksums()
- public function withNameGlob($pattern)