Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DLegacyClassTagRetriever.php33 return $phpdoc->getTagsByName('method');
H A DClassTagRetriever.php47 return $phpdoc->getTagsByName('method');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php169 public function getTagsByName($name) function in phpDocumentor\\Reflection\\DocBlock