PostTransformEvent
in package
extends EventAbstract
Event happen right after all transformations have completed.
Properties
$subject inherited
protected$subject : object
- Inherited from
- \phpDocumentor\Event\EventAbstract
$project Line 25
private$project : \phpDocumentor\Descriptor\ProjectDescriptor
Methods
__construct() inherited
Initializes this event with the given subject.
public__construct(object $subject) : mixed
getSubject() inherited
Returns the object that is the subject of this event.
publicgetSubject() : object
createInstance() Line 32
Creates a new instance of a derived object and return that.
publicstaticcreateInstance(object $subject) : EventAbstract
Used as convenience method for fluent interfaces.
getProject() Line 40
Returns the descriptor describing the project.
publicgetProject() : ProjectDescriptor|null
setProject() Line 50
Returns the descriptor describing the project.
publicsetProject(ProjectDescriptor $project) : $this