Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
DDocBlockFactory.php27 private $tagFactory; variable in phpDocumentor\\Reflection\\DocBlockFactory
33 * @param TagFactory $tagFactory
35 public function __construct(DescriptionFactory $descriptionFactory, TagFactory $tagFactory) argument
38 $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 …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
DDescriptionFactory.php37 private $tagFactory; variable in phpDocumentor\\Reflection\\DocBlock\\DescriptionFactory
42 * @param TagFactory $tagFactory
44 public function __construct(TagFactory $tagFactory) argument
46 $this->tagFactory = $tagFactory;
126 $tags[] = $this->tagFactory->create($tokens[$i], $context);