phpDocumentor

PostTransformEvent extends EventAbstract
in package

FinalYes

Event happen right after all transformations have completed.

Table of Contents

Properties

$subject  : object
$project  : ProjectDescriptor|null
$transformations  : array<string|int, Transformation>

Methods

__construct()  : mixed
Initializes this event with the given subject.
createInstance()  : self
getProject()  : ProjectDescriptor|null
Returns the descriptor describing the project.
getSubject()  : object
Returns the object that is the subject of this event.
getTransformations()  : array<string|int, Transformation>
setProject()  : $this
Returns the descriptor describing the project.
setTransformations()  : void

Properties

$subject

protected object $subject

Represents an object that is the subject of this event

Methods

__construct()

Initializes this event with the given subject.

public __construct(object $subject) : mixed
Parameters
$subject : object

createInstance()

public abstract static createInstance(object $subject) : self
Parameters
$subject : object
Return values
self

getSubject()

Returns the object that is the subject of this event.

public getSubject() : object
Return values
object

        
On this page

Search results