Exemplo n.º 1
0
 public function fetchData()
 {
     if ($this->getViewObject()->isForceResetPassword()) {
         $this->defaultLogoff = 'N';
     } else {
         $this->defaultLogoff = 'Y';
     }
     return parent::fetchData();
 }
Exemplo n.º 2
0
 public function fetchData()
 {
     $result = parent::fetchData();
     unset($result['password']);
     return $result;
 }