EventAbstract

in package
extends Event

Abstract class representing the base elements of a phpDocumentor event.

Properties

protected$subject  : object                

Methods

Initializes this event with the given subject.

public__construct(object $subject) : mixed

Parameters

$subject : object

Returns

mixed

Returns the object that is the subject of this event.

publicgetSubject() : object

Returns

object

publicabstractstaticcreateInstance(object $subject) : self

Parameters

$subject : object

Returns

self