Home
last modified time | relevance | path

Searched refs:DocBlock (Results 1 – 25 of 45) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php13 namespace phpDocumentor\Reflection\DocBlock;
15 use phpDocumentor\Reflection\DocBlock; alias
35 /** @var DocBlock\Tags\Formatter A custom tag formatter. */
45 …* @param DocBlock\Tags\Formatter $tagFormatter A custom tag formatter, defaults to PassthroughForm…
59 $this->tagFormatter = $tagFormatter ?: new DocBlock\Tags\Formatter\PassthroughFormatter();
65 * @param DocBlock $docblock The DocBlock to serialize.
69 public function getDocComment(DocBlock $docblock)
117 * @param DocBlock $docblock
121 private function getSummaryAndDescriptionTextBlock(DocBlock $docblock, $wrapLength)
134 * @param DocBlock $docblock
[all …]
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 DTag.php13 namespace phpDocumentor\Reflection\DocBlock;
15 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[]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSee.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
17 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Fqsen as FqsenRef;
18 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Reference;
19 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Url;
H A DBaseTag.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock; alias
16 use phpDocumentor\Reflection\DocBlock\Description;
21 abstract class BaseTag implements DocBlock\Tag
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 DSince.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;
H A DLink.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DDeprecated.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DCovers.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DUses.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DReturn_.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 DFormatter.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Tag;
H A DSource.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DPropertyRead.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md7 The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser
11 or otherwise retrieve information that is embedded in a DocBlock.
23 In order to parse the DocBlock one needs a DocBlockFactory that can be
30 Then we can use the `create` method of the factory to interpret the DocBlock.
50 The `create` method will yield an object of type `\phpDocumentor\Reflection\DocBlock`
54 // Contains the summary for this DocBlock
57 // Contains \phpDocumentor\Reflection\DocBlock\Description object
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/phpspec/prophecy/src/Prophecy/PhpDocumentor/
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;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DPassthroughFormatter.php13 namespace phpDocumentor\Reflection\DocBlock\Tags\Formatter;
15 use phpDocumentor\Reflection\DocBlock\Tag;
16 use phpDocumentor\Reflection\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;

12