PHP Class App\Forms\SignUpFormFactory

Inheritance: extends Nette\Object
Afficher le fichier Open project: nette/sandbox Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( FormFactory $factory, UserManager $userManager )
create ( callable $onSuccess ) : Nette\Application\UI\Form

Method Details

__construct() public méthode

public __construct ( FormFactory $factory, UserManager $userManager )
$factory FormFactory
$userManager App\Model\UserManager

create() public méthode

public create ( callable $onSuccess ) : Nette\Application\UI\Form
$onSuccess callable
Résultat Nette\Application\UI\Form