$builder
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
Constructs a new descriptor from the Reflector for an `@link` tag.
This object will read the reflected information for the @link
tag and create a {@see \phpDocumentor\Descriptor\Tag\LinkDescriptor} object that
can be used in the rest of the application and templates.
buildDescriptor(\phpDocumentor\Reflection\DocBlock\Tags\Link $data) : \phpDocumentor\Descriptor\Tag\LinkDescriptor
Creates a new Descriptor from the given Reflector.
\phpDocumentor\Reflection\DocBlock\Tags\Link | $data |
getBuilder() : ?\phpDocumentor\Descriptor\ProjectDescriptorBuilder
Returns the builder for this Assembler or null if none is set.
None found |
setBuilder(\phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder) : void
Registers the Builder with this Assembler.
The Builder may be used to recursively assemble Descriptors using the {@link ProjectDescriptorBuilder::buildDescriptor()} method.
\phpDocumentor\Descriptor\ProjectDescriptorBuilder | $builder |
None found |
assembleDocBlock(?\phpDocumentor\Reflection\DocBlock $docBlock, \phpDocumentor\Descriptor\DescriptorAbstract $target) : void
Assemble DocBlock.
?\phpDocumentor\Reflection\DocBlock | $docBlock | |
\phpDocumentor\Descriptor\DescriptorAbstract | $target |
None found |
extractPackageFromDocBlock(?\phpDocumentor\Reflection\DocBlock $docBlock) : ?string
Extracts the package from the DocBlock.
?\phpDocumentor\Reflection\DocBlock | $docBlock |
None found |