$builder
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
Assembles an InterfaceDescriptor using an InterfaceReflector.
$builder : \phpDocumentor\Descriptor\ProjectDescriptorBuilder|null
getBuilder() : null|\phpDocumentor\Descriptor\ProjectDescriptorBuilder
Returns the builder for this Assembler or null if none is set.
setBuilder(\phpDocumentor\Descriptor\ProjectDescriptorBuilder $builder) : void
Registers the Builder with this Assembler.
The Builder may be used to recursively assemble Descriptors using the ProjectDescriptorBuilder::buildDescriptor() method.
\phpDocumentor\Descriptor\ProjectDescriptorBuilder | $builder |
create(\phpDocumentor\Reflection\InterfaceReflector $data) : \phpDocumentor\Descriptor\InterfaceDescriptor
Creates a Descriptor from the provided data.
\phpDocumentor\Reflection\InterfaceReflector | $data |
assembleDocBlock(\phpDocumentor\Reflection\DocBlock|null $docBlock, \phpDocumentor\Descriptor\DescriptorAbstract $target) : void
Assemble DocBlock.
\phpDocumentor\Reflection\DocBlock|null | $docBlock | |
\phpDocumentor\Descriptor\DescriptorAbstract | $target |
addConstants(array<mixed,\phpDocumentor\Reflection\ConstantReflector> $constants, \phpDocumentor\Descriptor\InterfaceDescriptor $interfaceDescriptor) : void
Registers the child constants with the generated Interface Descriptor.
array<mixed,\phpDocumentor\Reflection\ConstantReflector> | $constants | |
\phpDocumentor\Descriptor\InterfaceDescriptor | $interfaceDescriptor |
addMethods(array<mixed,\phpDocumentor\Reflection\ClassReflector\MethodReflector> $methods, \phpDocumentor\Descriptor\InterfaceDescriptor $interfaceDescriptor) : void
Registers the child methods with the generated Interface Descriptor.
array<mixed,\phpDocumentor\Reflection\ClassReflector\MethodReflector> | $methods | |
\phpDocumentor\Descriptor\InterfaceDescriptor | $interfaceDescriptor |