Exemplo n.º 1
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     if ($this->isSubmit()) {
         $this->login();
     }
 }
Exemplo n.º 2
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
 }
Exemplo n.º 3
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->changeRole();
     $this->loadAllUsers();
 }
Exemplo n.º 4
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->prepare();
 }
Exemplo n.º 5
0
 public function __construct(array $options = array())
 {
     parent::__construct($options);
     $this->loadConfiguration();
 }