예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->userRegistrationForm = new UserRegistrationForm();
     $this->userEditForm = new UserEditForm();
     $this->mail = new MailServiceController();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->raidCreateForm = new RaidCreateForm();
     $this->raidEditForm = new RaidEditForm();
     $this->raidRegistrationForm = new RaidRegistrationForm();
     $this->raidInviteForm = new RaidInviteForm();
     $this->mail = new MailServiceController();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->authForm = new AuthForm();
 }
예제 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->characterRegistrationForm = new CharacterRegistrationForm();
     $this->characterEditForm = new CharacterEditForm();
 }