PHP Class Ublaboo\DataGrid\Utils\ItemDetailForm

Inheritance: extends Nette\Forms\Container
Afficher le fichier Open project: ublaboo/datagrid

Méthodes publiques

Méthode Description
__construct ( callable $callable_set_container )
getComponent ( string $name ) : Container
loadHttpData ( ) : void
offsetGet ( string $name ) : Container

Méthodes protégées

Méthode Description
attached ( $presenter )

Private Methods

Méthode Description
getHttpData ( ) : mixed | null

Method Details

__construct() public méthode

public __construct ( callable $callable_set_container )
$callable_set_container callable

attached() protected méthode

protected attached ( $presenter )

getComponent() public méthode

public getComponent ( string $name ) : Container
$name string
Résultat Nette\Forms\Container

loadHttpData() public méthode

public loadHttpData ( ) : void
Résultat void

offsetGet() public méthode

public offsetGet ( string $name ) : Container
$name string
Résultat Nette\Forms\Container