PHP 클래스 App\Forms\SignInFormFactory

상속: use trait Nette\SmartObject
파일 보기 프로젝트 열기: nette/sandbox 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( FormFactory $factory, User $user )
create ( callable $onSuccess ) : Nette\Application\UI\Form

메소드 상세

__construct() 공개 메소드

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

create() 공개 메소드

public create ( callable $onSuccess ) : Nette\Application\UI\Form
$onSuccess callable
리턴 Nette\Application\UI\Form