Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/Pipes/
DPipesInterface.php35 public function getFiles(): array; function
DUnixPipes.php94 public function getFiles(): array function in Symfony\\Component\\Process\\Pipes\\UnixPipes
DWindowsPipes.php134 public function getFiles(): array function in Symfony\\Component\\Process\\Pipes\\WindowsPipes
/template/strap/vendor/symfony/yaml/Command/
DLintCommand.php126 foreach ($this->getFiles($filename) as $file) {
228 private function getFiles(string $fileOrDirectory): iterable function in Symfony\\Component\\Yaml\\Command\\LintCommand
/template/strap/vendor/symfony/process/
DProcess.php1595 foreach ($this->processPipes->getFiles() as $offset => $filename) {