Searched refs:DocBlock (Results 1 – 25 of 47) sorted by relevance
12
13 namespace phpDocumentor\Reflection\DocBlock;15 use phpDocumentor\Reflection\DocBlock; alias35 /** @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 $docblock121 private function getSummaryAndDescriptionTextBlock(DocBlock $docblock, $wrapLength)134 * @param DocBlock $docblock[all …]
13 namespace phpDocumentor\Reflection\DocBlock;15 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;16 use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter;
13 namespace phpDocumentor\Reflection\DocBlock;15 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
15 use phpDocumentor\Reflection\DocBlock\Tag;18 final class DocBlock class23 /** @var DocBlock\Description The actual description for this docblock. */43 * @param DocBlock\Description $description44 * @param DocBlock\Tag[] $tags52 DocBlock\Description $description = null,65 $this->description = $description ?: new DocBlock\Description('');86 * @return DocBlock\Description
15 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 DocBlock93 return new DocBlock(220 * @return DocBlock\Tag[]
13 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;
13 namespace phpDocumentor\Reflection\DocBlock\Tags;15 use phpDocumentor\Reflection\DocBlock; alias16 use phpDocumentor\Reflection\DocBlock\Description;21 abstract class BaseTag implements DocBlock\Tag
13 namespace phpDocumentor\Reflection\DocBlock\Tags;15 use phpDocumentor\Reflection\DocBlock\Description;16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;17 use phpDocumentor\Reflection\DocBlock\StandardTagFactory;
13 namespace phpDocumentor\Reflection\DocBlock\Tags;15 use phpDocumentor\Reflection\DocBlock\Description;16 use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
13 namespace phpDocumentor\Reflection\DocBlock\Tags;15 use phpDocumentor\Reflection\DocBlock\Tag;
7 The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser11 or otherwise retrieve information that is embedded in a DocBlock.23 In order to parse the DocBlock one needs a DocBlockFactory that can be30 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 DocBlock57 // Contains \phpDocumentor\Reflection\DocBlock\Description object
23 - src/DocBlock/StandardTagFactory.php26 - src/DocBlock/StandardTagFactory.php28 - src/DocBlock/Tags/Return_.php29 - src/DocBlock/Tags/Var_.php
14 use phpDocumentor\Reflection\DocBlock; alias15 use phpDocumentor\Reflection\DocBlock\Tag\MethodTag as LegacyMethodTag;31 $phpdoc = new DocBlock($reflectionClass->getDocComment());
14 use phpDocumentor\Reflection\DocBlock\Tag\MethodTag as LegacyMethodTag;15 use phpDocumentor\Reflection\DocBlock\Tags\Method;
13 namespace phpDocumentor\Reflection\DocBlock\Tags\Formatter;15 use phpDocumentor\Reflection\DocBlock\Tag;16 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
14 namespace phpDocumentor\Reflection\DocBlock\Tags\Formatter;16 use phpDocumentor\Reflection\DocBlock\Tag;17 use phpDocumentor\Reflection\DocBlock\Tags\Formatter;