Example #1
0
 public function getUser()
 {
     if ($this->_user === null) {
         $this->_user = User::findAdminByUsername($this->username);
     }
     return $this->_user;
 }