API17:JHttp:: getResponseObject
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHttp::_getResponseObject|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHttp::_getResponseObject|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function _getResponseObject () |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 251 of libraries/joomla/client/http.php | |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/client/http.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHttp::_getResponseObject source code''' on [[jplatform:client/http.php#cl-243|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHttp/11.1|JHttp]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Client/11.1|Client]] | ||
| + | * [[JHttp::_getResponseObject|Other versions of JHttp::_getResponseObject]] | ||
| + | {{SeeAlso:JHttp::_getResponseObject}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHttp::_getResponseObject|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHttp::_getResponseObject|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHttp]][[Category:JHttp::_getResponseObject]]</noinclude> | <noinclude>[[Category:JHttp]][[Category:JHttp::_getResponseObject]]</noinclude> | ||
Revision as of 21:09, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JHttp::_getResponseObject
Description
Method to get a response object from a server response.
Description:JHttp:: getResponseObject [Edit Descripton]
protected function _getResponseObject ()
| Parameter | Type | Default | Description |
|---|---|---|---|
See also
-
JHttp::_getResponseObject source code on BitBucket
-
Class JHttp
-
Subpackage Client
- Other versions of JHttp::_getResponseObject
SeeAlso:JHttp:: getResponseObject [Edit See Also]
User contributed notes
<CodeExamplesForm />
