Interface IComponent
Provides functionality required by all components.
public
string
|
#
getName(
)
|
public
IComponentContainer|NULL
|
#
getParent(
)
Returns the container if any. Returns the container if any. |
public
void
|
#
setParent(
IComponentContainer
$parent = NULL,
string
$name = NULL
)
Sets the parent of this component. Sets the parent of this component. Parameters$parent IComponentContainer$name string |
NAME_SEPARATOR |
'-' # |