コード例 #1
0
ファイル: AccessRoleForm.php プロジェクト: Eximagen/sochi
 /**
  * init
  */
 public function init()
 {
     parent::init();
     $this->validator = new AccessRoleValidator();
     $this->filter = new AccessRoleFilter();
     $this->initNameElement();
     $this->initStatusElement();
 }
コード例 #2
0
ファイル: UserForm.php プロジェクト: Eximagen/sochi
 /**
  * init
  */
 public function init()
 {
     parent::init();
     $this->validator = new UserValidator();
     $this->filter = new UserFilter();
     $this->initIdAccessRoleElement();
     $this->initIdPersonElement();
     $this->initUsernameElement();
     $this->initPasswordElement();
     $this->initStatusElement();
 }