Home
last modified time | relevance | path

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

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 DTag.php13 namespace phpDocumentor\Reflection\DocBlock;
15 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
H A DTagFactory.php13 namespace phpDocumentor\Reflection\DocBlock;
H A DStandardTagFactory.php13 namespace phpDocumentor\Reflection\DocBlock;
15 use phpDocumentor\Reflection\DocBlock\Tags\Factory\StaticMethod;
16 use phpDocumentor\Reflection\DocBlock\Tags\Generic;
H A DDescriptionFactory.php13 namespace phpDocumentor\Reflection\DocBlock;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
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 DCovers.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 DExample.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\Tag;
H A DLink.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;
H A DPropertyWrite.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 DVar_.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
H A DAuthor.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
H A DReturn_.php13 namespace phpDocumentor\Reflection\DocBlock\Tags;
15 use phpDocumentor\Reflection\DocBlock\Description;
16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
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;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Factory/
H A DStaticMethod.php13 namespace phpDocumentor\Reflection\DocBlock\Tags\Factory;
H A DStrategy.php13 namespace phpDocumentor\Reflection\DocBlock\Tags\Factory;
/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;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/
H A DFqsen.php13 namespace phpDocumentor\Reflection\DocBlock\Tags\Reference;
H A DReference.php13 namespace phpDocumentor\Reflection\DocBlock\Tags\Reference;
H A DUrl.php13 namespace phpDocumentor\Reflection\DocBlock\Tags\Reference;
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md113 - [70: Allow tab character before first annotation in DocBlock](https://github.com/doctrine/annotat…
/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

12