Interface IComponent (namespace Nette)
Provides functionality required by all components.
Direct Known Sub-interfaces:
Public Method Summary | |
---|---|
string |
getName
()
|
IComponentContainer|NULL |
getParent
()
Returns the container if any.
|
void |
Sets the parent of this component.
|
Constant Summary | |||
---|---|---|---|
string | NAME_SEPARATOR |
'-' |
line 24 Separator for component names in path concatenation. |
Method Details | |||||||||
---|---|---|---|---|---|---|---|---|---|
line 29 getNamepublic string getName () |
|||||||||
line 35 getParentpublic IComponentContainer|NULL getParent () Returns the container if any. |
|||||||||
line 43 setParentpublic void setParent ([IComponentContainer $parent = Sets the parent of this component.
|