$builder
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
Base class for all assemblers.
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
$reducers : \phpDocumentor\Descriptor\Builder\AssemblerReducer[]
create(\phpDocumentor\Reflection\Php\Namespace_ $data) : \phpDocumentor\Descriptor\Builder\Reflector\TDescriptor|null
Creates a Descriptor from the provided data.
\phpDocumentor\Reflection\Php\Namespace_ | $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 |
buildDescriptor(\phpDocumentor\Descriptor\Builder\Reflector\TInput $data) : \phpDocumentor\Descriptor\Builder\Reflector\TDescriptor|null
\phpDocumentor\Descriptor\Builder\Reflector\TInput | $data |
None found |
assembleDocBlock(?\phpDocumentor\Reflection\DocBlock $docBlock, \phpDocumentor\Descriptor\DescriptorAbstract $target) : void
Assemble DocBlock.
?\phpDocumentor\Reflection\DocBlock | $docBlock | |
\phpDocumentor\Descriptor\DescriptorAbstract | $target |
None found |