Home
last modified time | relevance | path

Searched refs:recursiveGlob (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Util/
H A DFilesystem.php33 public function recursiveGlob($pattern, $flags = 0) function in ComponentInstaller\\Util\\Filesystem
43 …$files = array_merge($files, $this->recursiveGlob($dir.DIRECTORY_SEPARATOR.basename($pattern), $fl…
64 $files = $this->recursiveGlob($pattern, $flags);