Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescriptionFactory.php36 /** @var TagFactory */
42 * @param TagFactory $tagFactory
44 public function __construct(TagFactory $tagFactory)
H A DTagFactory.php17 interface TagFactory interface
H A DStandardTagFactory.php38 final class StandardTagFactory implements TagFactory
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php18 use phpDocumentor\Reflection\DocBlock\TagFactory; alias
33 * @param TagFactory $tagFactory
35 public function __construct(DescriptionFactory $descriptionFactory, TagFactory $tagFactory)