Home
last modified time | relevance | path

Searched refs:DocBlock (Results 26 – 45 of 45) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DGeneric.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
17 use phpDocumentor\Reflection\DocBlock\StandardTagFactory;
H A DFormatter.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Tag;
H A DMethod.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DParam.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DProperty.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DSince.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DSource.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DThrows.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DVersion.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassAndInterfaceTagRetriever.php14 use phpDocumentor\Reflection\DocBlock\Tag\MethodTag as LegacyMethodTag;
15 use phpDocumentor\Reflection\DocBlock\Tags\Method;
H A DLegacyClassTagRetriever.php14 use phpDocumentor\Reflection\DocBlock; alias
15 use phpDocumentor\Reflection\DocBlock\Tag\MethodTag as LegacyMethodTag;
31 $phpdoc = new DocBlock($reflectionClass->getDocComment());
H A DMethodTagRetrieverInterface.php14 use phpDocumentor\Reflection\DocBlock\Tag\MethodTag as LegacyMethodTag;
15 use phpDocumentor\Reflection\DocBlock\Tags\Method;
H A DClassTagRetriever.php14 use phpDocumentor\Reflection\DocBlock\Tags\Method;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon23 - src/DocBlock/StandardTagFactory.php
26 - src/DocBlock/StandardTagFactory.php
28 - src/DocBlock/Tags/Return_.php
29 - src/DocBlock/Tags/Var_.php
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DDescription.php13 namespace phpDocumentor\Reflection\DocBlock;
15 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
16 use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter;
H A DExampleFinder.php13 namespace phpDocumentor\Reflection\DocBlock;
15 use phpDocumentor\Reflection\DocBlock\Tags\Example;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DAlignFormatter.php14 namespace phpDocumentor\Reflection\DocBlock\Tags\Formatter;
16 use phpDocumentor\Reflection\DocBlock\Tag;
17 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php15 use phpDocumentor\Reflection\DocBlock\Tag;
18 final class DocBlock class
23 /** @var DocBlock\Description The actual description for this docblock. */
43 * @param DocBlock\Description $description
44 * @param DocBlock\Tag[] $tags
52 DocBlock\Description $description = null,
65 $this->description = $description ?: new DocBlock\Description('');
86 * @return DocBlock\Description
H A DDocBlockFactory.php15 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
16 use phpDocumentor\Reflection\DocBlock\StandardTagFactory;
17 use phpDocumentor\Reflection\DocBlock\Tag;
18 use phpDocumentor\Reflection\DocBlock\TagFactory;
23 /** @var DocBlock\DescriptionFactory */
26 /** @var DocBlock\TagFactory */
71 * @return DocBlock
93 return new DocBlock(
220 * @return DocBlock\Tag[]
H A DDocBlockFactoryInterface.php20 * @return DocBlock

12