Example #1
0
 public function status()
 {
     if ($this->id()) {
         return $this->_mapper->userStatus($this->id()) ? 'online' : 'offline';
     }
 }