ExampleAssembler
extends AssemblerAbstract
in package
This class collects data from the example tag definition of the Reflection library, tries to find the correlating example file on disk and creates a complete Descriptor from that.
Tags
Table of Contents
- $builder : ProjectDescriptorBuilder|null
- $finder : ExampleFinder
- $reducers : array<string|int, AssemblerReducer>
- __construct() : mixed
- Initializes this assembler with the means to find the example file on disk.
- buildDescriptor() : TDescriptor|null
- Creates a new Descriptor from the given Reflector.
- create() : TDescriptor|null
- deduplicateTypes() : Type|null
- getBuilder() : ProjectDescriptorBuilder|null
- Returns the builder for this Assembler or null if none is set.
- setBuilder() : void
- Registers the Builder with this Assembler.
- assembleDocBlock() : void
- Assemble DocBlock.
- extractPackageFromDocBlock() : string|null
- Extracts the package from the DocBlock.
- pretifyValue() : string|null
Properties
$builder
protected
ProjectDescriptorBuilder|null
$builder
$finder
private
ExampleFinder
$finder
$reducers
private
array<string|int, AssemblerReducer>
$reducers
Methods
__construct()
Initializes this assembler with the means to find the example file on disk.
public
__construct(ExampleFinder $finder, AssemblerReducer ...$reducers) : mixed
Parameters
- $finder : ExampleFinder
- $reducers : AssemblerReducer
Return values
mixed —buildDescriptor()
Creates a new Descriptor from the given Reflector.
public
buildDescriptor(Example $data) : TDescriptor|null
Parameters
- $data : Example
Tags
Return values
TDescriptor|null —create()
public
create(TInput $data) : TDescriptor|null
Parameters
- $data : TInput
Return values
TDescriptor|null —deduplicateTypes()
public
static deduplicateTypes(Type|null $type) : Type|null
Parameters
- $type : Type|null
Tags
Return values
Type|null —getBuilder()
Returns the builder for this Assembler or null if none is set.
public
getBuilder() : ProjectDescriptorBuilder|null
Return values
ProjectDescriptorBuilder|null —setBuilder()
Registers the Builder with this Assembler.
public
setBuilder(ProjectDescriptorBuilder $builder) : void
The Builder may be used to recursively assemble Descriptors using the method.
Parameters
- $builder : ProjectDescriptorBuilder
Return values
void —assembleDocBlock()
Assemble DocBlock.
protected
assembleDocBlock(DocBlock|null $docBlock, DescriptorAbstract $target) : void
Parameters
- $docBlock : DocBlock|null
- $target : DescriptorAbstract
Return values
void —extractPackageFromDocBlock()
Extracts the package from the DocBlock.
protected
extractPackageFromDocBlock(DocBlock|null $docBlock) : string|null
Parameters
- $docBlock : DocBlock|null
Return values
string|null —pretifyValue()
protected
pretifyValue(string|null $value) : string|null
Parameters
- $value : string|null