IComponent
interface IComponent
Provides functionality required by all components.
Constants
NAME_SEPARATOR |
Separator for component names in path concatenation. |
Methods
Details
at line 22
string
getName()
No description
at line 28
IContainer|null
getParent()
Returns the container if any.
at line 36
void
setParent(IContainer $parent = NULL, $name = NULL)
Sets the parent of this component.