\phpDocumentor\Transformer\EventPostTransformEvent

Event happen right after all transformations have completed.

Summary

Methods
Properties
Constants
getProject()
setProject()
__construct()
getSubject()
createInstance()
No public properties found
No constants found
No protected methods found
$subject
N/A
No private methods found
$project
N/A

Properties

$subject

$subject : object

Type

object — Represents an object that is the subject of this event

Methods

__construct()

__construct(object  $subject) 

Initializes this event with the given subject.

Parameters

object $subject

getSubject()

getSubject() : object

Returns the object that is the subject of this event.

Returns

object

createInstance()

createInstance(object  $subject) : static

Creates a new instance of a derived object and return that.

Used as convenience method for fluent interfaces.

Parameters

object $subject

Returns

static