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