$builder
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
Constructs a new descriptor from the Reflector for an `@param` tag.
This object will read the reflected information for the @param
tag and create a {@see} object that
can be used in the rest of the application and templates.
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
$reducers : \phpDocumentor\Descriptor\Builder\AssemblerReducer[]
buildDescriptor(\phpDocumentor\Reflection\DocBlock\Tags\Param $data) : \phpDocumentor\Descriptor\Tag\ParamDescriptor
Creates a new Descriptor from the given Reflector.
\phpDocumentor\Reflection\DocBlock\Tags\Param | $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} 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 |