interface CompilerRegistrarInterface implements IteratorAggregate, Countable

Class CompilerRegistrarInterface.

Methods

int
count()

No description

getIterator()

No description

$this
addAttendant( CompilerAttendantInterface $attendant, null|int $priority = null, array $extra = array())

No description

bool
hasAttendant( CompilerAttendantInterface $attendant)

No description

Details

at line line 25
int count()

Return Value

int

at line line 30
ArrayIterator getIterator()

Return Value

ArrayIterator

at line line 35
CompilerAttendantInterface[] getAttendantCollection()

at line line 44
$this addAttendant( CompilerAttendantInterface $attendant, null|int $priority = null, array $extra = array())

Parameters

CompilerAttendantInterface $attendant
null|int $priority
array $extra

Return Value

$this

at line line 51
bool hasAttendant( CompilerAttendantInterface $attendant)

Parameters

CompilerAttendantInterface $attendant

Return Value

bool