EventAbstract
in package
extends Event
Abstract class representing the base elements of a phpDocumentor event.
Properties
$subject Line 24
protected$subject : object
Methods
__construct() Line 29
Initializes this event with the given subject.
public__construct(object $subject) : mixed
Parameters
Returns
mixed —
getSubject() Line 37
Returns the object that is the subject of this event.
publicgetSubject() : object