PreParsingEvent

in package
extends EventAbstract

Event thrown before the parsing all files.

Properties

protected$subject  : object                

protected$fileCount  : int                

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

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

publicstaticcreateInstance(object $subject) : EventAbstract

Used as convenience method for fluent interfaces.

Parameters

$subject : object

Returns

EventAbstract

publicsetFileCount(int $fileCount) : self

Parameters

$fileCount : int

Returns

self

publicgetFileCount() : int

Returns

int