Searched refs:tagFactory (Results 1 – 2 of 2) sorted by relevance
27 private $tagFactory; variable in phpDocumentor\\Reflection\\DocBlockFactory33 * @param TagFactory $tagFactory35 public function __construct(DescriptionFactory $descriptionFactory, TagFactory $tagFactory) argument38 $this->tagFactory = $tagFactory;51 $tagFactory = new StandardTagFactory($fqsenResolver);52 $descriptionFactory = new DescriptionFactory($tagFactory);54 $tagFactory->addService($descriptionFactory);55 $tagFactory->addService(new TypeResolver($fqsenResolver));57 $docBlockFactory = new self($descriptionFactory, $tagFactory);108 $this->tagFactory->registerTagHandler($tagName, $handler);[all …]
37 private $tagFactory; variable in phpDocumentor\\Reflection\\DocBlock\\DescriptionFactory42 * @param TagFactory $tagFactory44 public function __construct(TagFactory $tagFactory) argument46 $this->tagFactory = $tagFactory;126 $tags[] = $this->tagFactory->create($tokens[$i], $context);