Exemplo n.º 1
0
 /**
  * Return true if viewer is a guest.
  *
  * @return bool
  */
 public function canResetPassword()
 {
     return $this->_viewer->guest();
 }