PostTransformationEvent
in package
extends EventAbstract
Event that happens after each individual transformation.
Properties
$subject inherited
protected$subject : object
- Inherited from
- \phpDocumentor\Event\EventAbstract
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 28
Creates a new instance of a derived object and return that.
publicstaticcreateInstance(object $subject) : EventAbstract
Used as convenience method for fluent interfaces.