public function setFile($path) { if (empty($path) || !
is_readable($path)) { /**
* @see Zend_Auth_Adapter_Http_Resolver_Exception
*/
throw new Zend_Auth_Adapter_Http_Resolver_Exception('Path not readable: ' .
$path);
} $this->_file =
$path;
return $this;
} /**
* Returns the path to the credentials file
*
* @return string
*/