Ejemplo n.º 1
0
 /**
  * Try to authenticate a user
  *
  * @return Zend_Auth_Result
  */
 public function authenticate()
 {
     return $this->_mapper->authenticate();
 }