Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DMagicCallPatch.php28 private $tagRetriever; variable in Prophecy\\Doubler\\ClassPatch\\MagicCallPatch
30 public function __construct(MethodTagRetrieverInterface $tagRetriever = null) argument
32 …$this->tagRetriever = null === $tagRetriever ? new ClassAndInterfaceTagRetriever() : $tagRetriever;
63 $tagList = $this->tagRetriever->getTagList($reflectionClass);