Exemple #1
0
 public function getUser()
 {
     if ($this->_user === false) {
         $this->_user = \account\models\User::findByEmail($this->email);
     }
     return $this->_user;
 }