Home
last modified time | relevance | path

Searched refs:getTagList (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php63 $tagList = $this->tagRetriever->getTagList($reflectionClass);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php45 public function getTagList(\ReflectionClass $reflectionClass) function in Prophecy\\PhpDocumentor\\ClassAndInterfaceTagRetriever
48 $this->classRetriever->getTagList($reflectionClass),
64 $tagList = array_merge($tagList, $this->classRetriever->getTagList($interface));
H A DClassTagRetriever.php39 public function getTagList(\ReflectionClass $reflectionClass) function in Prophecy\\PhpDocumentor\\ClassTagRetriever
H A DLegacyClassTagRetriever.php29 public function getTagList(\ReflectionClass $reflectionClass) function in Prophecy\\PhpDocumentor\\LegacyClassTagRetriever
H A DMethodTagRetrieverInterface.php29 public function getTagList(\ReflectionClass $reflectionClass); function