Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DExampleFinder.php117 if (is_readable($this->getExamplePathFromSource($filename))) {
118 $normalizedPath = $this->getExamplePathFromSource($filename);
161 private function getExamplePathFromSource($file) function in phpDocumentor\\Reflection\\DocBlock\\ExampleFinder