Method |
Description |
|
__construct ( Components_Component $component, Components_Component_Factory $factory ) |
Constructor. |
|
__get ( $key ) |
Implementation of the Iterator rewind() method. Rewinds the dependency list. |
|
current ( ) : Components_Component_Dependency | null |
Implementation of the Iterator current(). Returns the current dependency. |
|
key ( ) : mixed |
Implementation of the Iterator key() method. Returns the key of the current dependency. |
|
listAllChannels ( ) : array |
Return all channels required for the component and its dependencies. |
|
next ( ) : Components_Component_Dependency | null |
Implementation of the Iterator next() method. Returns the next dependency. |
|
rewind ( ) |
Implementation of the Iterator rewind() method. Rewinds the dependency list. |
|
valid ( ) : boolean |
Implementation of the Iterator valid() method. Indicates if the current element is a valid element. |
|