Trait ArrayAccess
Implementation of \ArrayAccess for IContainer.
Methods summary
public
|
|
public
Nette\ComponentModel\IComponent
|
#
offsetGet( string|integer $name )
Returns component specified by name. Throws exception if component doesn't
exist.
Returns component specified by name. Throws exception if component doesn't
exist.
Parameters
Returns
Throws
|
public
boolean
|
#
offsetExists( string|integer $name )
Does component specified by name exists?
Does component specified by name exists?
Parameters
Returns
boolean bool
|
public
|
#
offsetUnset( string|integer $name )
Removes component from the container.
Removes component from the container.
Parameters
|