Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

solrgenericresponse(3) [php man page]

SOLRGENERICRESPONSE(3)							 1						    SOLRGENERICRESPONSE(3)

The SolrGenericResponse class

INTRODUCTION
Represents a response from the solr server. CLASS SYNOPSIS
SolrGenericResponse final SolrGenericResponseextends SolrResponse Constants o const integer$SolrGenericResponse::PARSE_SOLR_OBJ0 o const integer$SolrGenericResponse::PARSE_SOLR_DOC1 Inherited properties o const integer$SolrResponse::PARSE_SOLR_OBJ0 o const integer$SolrResponse::PARSE_SOLR_DOC1 o protected integer$http_status o protected integer$parser_mode o protected bool$success o protected string$http_status_message o protected string$http_request_url o protected string$http_raw_request_headers o protected string$http_raw_request o protected string$http_raw_response_headers o protected string$http_raw_response o protected string$http_digested_response Methods o public SolrGenericResponse::__construct (void ) o public void SolrGenericResponse::__destruct (void ) Inherited methods o public string SolrResponse::getDigestedResponse (void ) o public int SolrResponse::getHttpStatus (void ) o public string SolrResponse::getHttpStatusMessage (void ) o public string SolrResponse::getRawRequest (void ) o public string SolrResponse::getRawRequestHeaders (void ) o public string SolrResponse::getRawResponse (void ) o public string SolrResponse::getRawResponseHeaders (void ) o public string SolrResponse::getRequestUrl (void ) o public SolrObject SolrResponse::getResponse (void ) o public bool SolrResponse::setParseMode ([int $parser_mode]) o public bool SolrResponse::success (void ) PREDEFINED CONSTANTS
SOLRGENERICRESPONSE CLASS CONSTANTS
o SolrGenericResponse::PARSE_SOLR_OBJ -Documents should be parsed as SolrObject instances o SolrGenericResponse::PARSE_SOLR_DOC -Documents should be parsed as SolrDocument instances. PHP Documentation Group SOLRGENERICRESPONSE(3)

Check Out this Related Man Page

YAF_REQUEST_ABSTRACT(3) 						 1						   YAF_REQUEST_ABSTRACT(3)

The Yaf_Request_Abstract class

INTRODUCTION
CLASS SYNOPSIS
Yaf_Request_Abstract Yaf_Request_Abstract Constants o const string$Yaf_Request_Abstract::SCHEME_HTTPhttp o const string$Yaf_Request_Abstract::SCHEME_HTTPShttps Properties o public$module o public$controller o public$action o public$method o protected$params o protected$language o protected$_exception o protected$_base_uri o protected$uri o protected$dispatched o protected$routed Methods o public void Yaf_Request_Abstract::getActionName (void ) o public void Yaf_Request_Abstract::getBaseUri (void ) o public void Yaf_Request_Abstract::getControllerName (void ) o public void Yaf_Request_Abstract::getEnv (string $name, [string $default]) o public void Yaf_Request_Abstract::getException (void ) o public void Yaf_Request_Abstract::getLanguage (void ) o public void Yaf_Request_Abstract::getMethod (void ) o public void Yaf_Request_Abstract::getModuleName (void ) o public void Yaf_Request_Abstract::getParam (string $name, [string $default]) o public void Yaf_Request_Abstract::getParams (void ) o public void Yaf_Request_Abstract::getRequestUri (void ) o public void Yaf_Request_Abstract::getServer (string $name, [string $default]) o public void Yaf_Request_Abstract::isCli (void ) o public void Yaf_Request_Abstract::isDispatched (void ) o public void Yaf_Request_Abstract::isGet (void ) o public void Yaf_Request_Abstract::isHead (void ) o public void Yaf_Request_Abstract::isOptions (void ) o public void Yaf_Request_Abstract::isPost (void ) o public void Yaf_Request_Abstract::isPut (void ) o public void Yaf_Request_Abstract::isRouted (void ) o public void Yaf_Request_Abstract::isXmlHttpRequest (void ) o public void Yaf_Request_Abstract::setActionName (string $action) o public bool Yaf_Request_Abstract::setBaseUri (string $uir) o public void Yaf_Request_Abstract::setControllerName (string $controller) o public void Yaf_Request_Abstract::setDispatched (void ) o public void Yaf_Request_Abstract::setModuleName (string $module) o public void Yaf_Request_Abstract::setParam (string $name, [string $value]) o public void Yaf_Request_Abstract::setRequestUri (string $uir) o public void Yaf_Request_Abstract::setRouted ([string $flag]) PROPERTIES
o $module - o $controller - o $action - o $method - o $params - o $language - o $_exception - o $_base_uri - o $uri - o $dispatched - o $routed - PREDEFINED CONSTANTS
o Yaf_Request_Abstract::SCHEME_HTTP - o Yaf_Request_Abstract::SCHEME_HTTPS - PHP Documentation Group YAF_REQUEST_ABSTRACT(3)
Man Page