Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php39 private $directoryIteratorProvider; variable in Symfony\\Component\\Yaml\\Command\\LintCommand
42 …public function __construct(string $name = null, callable $directoryIteratorProvider = null, calla… argument
46 $this->directoryIteratorProvider = $directoryIteratorProvider;
234 if (null !== $this->directoryIteratorProvider) {
235 return ($this->directoryIteratorProvider)($directory, $default);
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php43 private $directoryIteratorProvider; variable in Symfony\\Component\\Yaml\\Command\\LintCommand
46 public function __construct(string $name = null, callable $directoryIteratorProvider = null, callable $isReadableProvider = null) argument
50 $this->directoryIteratorProvider = $directoryIteratorProvider;
263 if (null !== $this->directoryIteratorProvider) {
264 return ($this->directoryIteratorProvider)($directory, $default);