API17

Difference between revisions of "JHttp:: destruct"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JHttp::__destruct|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JHttp::__destruct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JHttp::__destruct ()
+
public function __destruct ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' void
void
+
* '''Defined''' on line 72 of libraries/joomla/client/http.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/client/http.php (line 72)
 
* see source code in [[jplatform:client/http.php#cl-72|BitBucket]]
 
===Referenced by===
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JHttp::__destruct source code''' on [[jplatform:client/http.php#cl-64|BitBucket]]
 +
* {{JVer|11.1}} Class [[JHttp/11.1|JHttp]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Client/11.1|Client]]
 +
* [[JHttp::__destruct|Other versions of JHttp::__destruct]]
 +
{{SeeAlso:JHttp::__destruct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JHttp::__destruct|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JHttp::__destruct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JHttp/11.1|JHttp]]
+
===User contributed notes===
* [[JHttp::__destruct|Other versions of this method]]
 
{{SeeAlso:JHttp::__destruct}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 35: Line 31:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JHttp]][[Category:JHttp::__destruct]]</noinclude>
 
<noinclude>[[Category:JHttp]][[Category:JHttp::__destruct]]</noinclude>

Revision as of 21:09, 27 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHttp::__destruct[edit]

Description[edit]

Destructor.

Template:Description:JHttp:: destruct [Edit Descripton]

public function __destruct ()
  • Returns void
  • Defined on line 72 of libraries/joomla/client/http.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JHttp:: destruct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />