PHP Class Ublaboo\DataGrid\Utils\ItemDetailForm

Inheritance: extends Nette\Forms\Container
Mostra file Open project: ublaboo/datagrid

Public Methods

Method Description
__construct ( callable $callable_set_container )
getComponent ( string $name ) : Container
loadHttpData ( ) : void
offsetGet ( string $name ) : Container

Protected Methods

Method Description
attached ( $presenter )

Private Methods

Method Description
getHttpData ( ) : mixed | null

Method Details

__construct() public method

public __construct ( callable $callable_set_container )
$callable_set_container callable

attached() protected method

protected attached ( $presenter )

getComponent() public method

public getComponent ( string $name ) : Container
$name string
return Nette\Forms\Container

loadHttpData() public method

public loadHttpData ( ) : void
return void

offsetGet() public method

public offsetGet ( string $name ) : Container
$name string
return Nette\Forms\Container