Home
last modified time | relevance | path

Searched refs:classRetriever (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php24 private $classRetriever; variable in Prophecy\\PhpDocumentor\\ClassAndInterfaceTagRetriever
26 public function __construct(MethodTagRetrieverInterface $classRetriever = null) argument
28 if (null !== $classRetriever) {
29 $this->classRetriever = $classRetriever;
34 …$this->classRetriever = class_exists('phpDocumentor\Reflection\DocBlockFactory') && class_exists('…
48 $this->classRetriever->getTagList($reflectionClass),
64 $tagList = array_merge($tagList, $this->classRetriever->getTagList($interface));