PHP Class App\Forms\SignInFormFactory

Inheritance: use trait Nette\SmartObject
Afficher le fichier Open project: nette/sandbox Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( FormFactory $factory, User $user )
$factory FormFactory
$user Nette\Security\User

create() public méthode

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