Searched refs:tagRetriever (Results 1 – 1 of 1) sorted by relevance
28 private $tagRetriever; variable in Prophecy\\Doubler\\ClassPatch\\MagicCallPatch30 public function __construct(MethodTagRetrieverInterface $tagRetriever = null) argument32 …$this->tagRetriever = null === $tagRetriever ? new ClassAndInterfaceTagRetriever() : $tagRetriever;63 $tagList = $this->tagRetriever->getTagList($reflectionClass);