Exemplo n.º 1
0
 /**
  * init
  */
 public function init()
 {
     parent::init();
     $this->validator = new AccessRoleValidator();
     $this->filter = new AccessRoleFilter();
     $this->initNameElement();
     $this->initStatusElement();
 }
Exemplo n.º 2
0
 /**
  * init
  */
 public function init()
 {
     parent::init();
     $this->validator = new UserValidator();
     $this->filter = new UserFilter();
     $this->initIdAccessRoleElement();
     $this->initIdPersonElement();
     $this->initUsernameElement();
     $this->initPasswordElement();
     $this->initStatusElement();
 }