interface IComponent

Provides functionality required by all components.

Constants

NAME_SEPARATOR

Separator for component names in path concatenation.

Methods

string
getName()

No description

IContainer|null
getParent()

Returns the container if any.

void
setParent(IContainer $parent = NULL, $name = NULL)

Sets the parent of this component.

Details

at line 22
string getName()

No description

Return Value

string

at line 28
IContainer|null getParent()

Returns the container if any.

Return Value

IContainer|null

at line 36
void setParent(IContainer $parent = NULL, $name = NULL)

Sets the parent of this component.

Parameters

IContainer $parent
$name

Return Value

void