CloneableFinalInstantiable
Methods |
public __construct(phpDocumentor Initializes this factory with the required subcontractors. |
public create( $docblock, ?phpDocumentor
|
public static createInstance(array $additionalTags = []) : phpDocumentor Factory method for easy instantiation.
|
public registerTagHandler(string $tagName, $handler) : void
|
Properties |
private phpDocumentor |
private phpDocumentor |
Methods |
private filterTagBlock(string $tags) : ?string |
private parseTagBlock(string $tags, phpDocumentor Creates the tag objects.
|
private splitDocBlock(string $comment) : array Splits the DocBlock into a template marker, summary, description and block of tags.
|
private splitTagBlockIntoTagLines(string $tags) : array
|
private stripDocComment(string $comment) : string Strips the asterisks from the DocBlock comment.
|
Methods |
public static createInstance(array $additionalTags = []) : phpDocumentor Factory method for easy instantiation.
|