Frontend\Modules\Profiles\Actions\ResendActivation::loadForm PHP 메소드

loadForm() 개인적인 메소드

Load the form
private loadForm ( )
    private function loadForm()
    {
        // create the form
        $this->frm = new FrontendForm('resendActivation', null, null, 'resendActivation');
        // create & add elements
        $this->frm->addText('email')->setAttributes(array('required' => null, 'type' => 'email'));
    }