Classes and interfaces

ClassValidator

This class is responsible for validating the class docbloc

« More »

DeprecatedValidator

This class is responsible for validating which tags are deprecated as defined in /src/phpDocumentor/Plugin/Core/plugin.xml

« More »

FileValidator

This class is responsible for validating the file docbloc

« More »

FunctionValidator

This class is responsible for validating a function's docblock.

« More »

MethodValidator

This class is responsible for validating the method doc block

« More »

PropertyValidator

This class is responsible for validating a properties docblock.

« More »

RequiredValidator

This class is responsible for validating which tags are required as defined in /src/phpDocumentor/Plugin/Core/plugin.xml

« More »

ValidatorAbstract

Base class for DocBlock Validations.

« More »

Classes and interfaces

Covers

Definition for the @covers tag; expands the class mentioned in the refers attribute.

« More »

Definition

Generic Definition which adds the basic tag information to the structure file.

« More »

Doctrine

Definition for all Doctrine tags to explode them into subcomponents so they can be better processed in the transformation.

« More »

Legacy

Definition for tags that despite having their own descriptions in the reflection (different from the content as a whole), need to be exported as if they didn't, in order to maintain backwards compatibility.

« More »

Method

Definition for the @param tag; adds a attribute called `variable`.

« More »

Param

Definition for the @param tag; adds a attribute called `variable`.

« More »

See

Definition for the @see tag; expands the class mentioned in the refers attribute.

« More »

Uses

Definition for the @uses tag; expands the class mentioned in the refers attribute.

« More »