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|null
getName()
No description
at line 28
IContainer|null
getParent()
Returns the container if any.
at line 36
IComponent
setParent(IContainer $parent = null, $name = null)
Sets the parent of this component.