Home
last modified time | relevance | path

Searched refs:splFileInfoClass (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php79 * @param string $splFileInfoClass SplFileInfo classname.
81 public function __construct($path, $flags = null, $splFileInfoClass = null) argument
96 $this->setSplFileInfoClass($splFileInfoClass);
145 * @param string $splFileInfoClass SplFileInfo classname.
148 public function setSplFileInfoClass($splFileInfoClass) argument
150 $this->_splFileInfoClass = $splFileInfoClass;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DDirectory.php71 * @param string $splFileInfoClass SplFileInfo classname.
73 public function __construct($path, $splFileInfoClass = null) argument
75 $this->_splFileInfoClass = $splFileInfoClass;
H A DFileSystem.php65 * @param string $splFileInfoClass SplFileInfo classname.
67 public function __construct($path, $flags = null, $splFileInfoClass = null) argument
69 $this->_splFileInfoClass = $splFileInfoClass;