\phpDocumentor\Parser\EventPreParsingEvent

Event thrown before the parsing all files.

Summary

Methods
Properties
Constants
__construct()
getSubject()
createInstance()
setFileCount()
getFileCount()
No public properties found
No constants found
No protected methods found
$subject
N/A
No private methods found
$fileCount
N/A

Properties

$subject

$subject : object

Type

object — Represents an object that is the subject of this event

$fileCount

$fileCount : int

Type

int —

Methods

__construct()

__construct(object  $subject) : mixed

Initializes this event with the given subject.

Parameters

object $subject

Returns

mixed —

getSubject()

getSubject() : object

Returns the object that is the subject of this event.

Returns

object —

createInstance()

createInstance(object  $subject) : \phpDocumentor\Event\EventAbstract

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

Used as convenience method for fluent interfaces.

Parameters

object $subject

Returns

\phpDocumentor\Event\EventAbstract —

setFileCount()

setFileCount(int  $fileCount) : self

Parameters

int $fileCount

Returns

self —

getFileCount()

getFileCount() : int

Returns

int —