IComponent
interface IComponent
Defines core functionality required by all components.
Constants
| NameSeparator |
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 container and optionally renames the component.
Details
at line 19
string|null
getName()
No description
at line 24
IContainer|null
getParent()
Returns the parent container if any.
at line 29
IComponent
setParent(IContainer|null $parent, string|null $name = null)
Sets the parent container and optionally renames the component.