Properties
$subject inherited
protected$subject : object
- Inherited from
- \phpDocumentor\Event\EventAbstract
$fileCount Line 24
protected$fileCount : int
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 31
Creates a new instance of a derived object and return that.
publicstaticcreateInstance(object $subject) : EventAbstract
Used as convenience method for fluent interfaces.