Home
last modified time | relevance | path

Searched defs:isReadableProvider (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php40 private $isReadableProvider; variable in Symfony\\Component\\Yaml\\Command\\LintCommand
42 …ring $name = null, callable $directoryIteratorProvider = null, callable $isReadableProvider = null)
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php44 private $isReadableProvider; variable in Symfony\\Component\\Yaml\\Command\\LintCommand
46 public function __construct(string $name = null, callable $directoryIteratorProvider = null, callable $isReadableProvider = null) argument