IComponent
interface IComponent
Provides functionality required by all components.
Constants
NameSeparator |
Separator for component names in path concatenation. |
deprecated NAME_SEPARATOR |
|
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 24
string|null
getName()
No description
at line 29
IContainer|null
getParent()
Returns the parent container if any.
at line 35
IComponent
setParent(IContainer|null $parent, string|null $name = null)
Sets the parent of this component.