Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php587 $this->openDirectory($wrapper)
659 $this->openDirectory($wrapper, ['Baz', 'Qux'])
679 $this->openDirectory($wrapper, ['Baz', 'Qux'])
709 $this->openDirectory($wrapper, ['Baz']),
737 $this->openDirectory($wrapper),
789 $this->openDirectory($wrapper)
828 $this->openDirectory($wrapper)
900 protected function openDirectory(SUT $wrapper, array $children = []) function in Hoa\\Protocol\\Test\\Unit\\Wrapper