API17

JArchiveBzip2:: construct: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
=={{JVer|11.1}} JArchiveBzip2::__construct==
=={{JVer|11.1}} JArchiveBzip2::__construct==
===Description===
===Description===
Constructor tries to load the bz2 extension of not loaded.  
Constructor tries to load the bz2 extension if not loaded.  
 
 


{{Description:JArchiveBzip2::__construct}}
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JArchiveBzip2::__construct|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Since===
{{JVer|11.1 }}
===Synopsis===
<source lang="php">
<source lang="php">
public JArchiveBzip2->__construct ()
public function __construct ()
</source>
</source>
===Returns===
* '''Returns''' void
void
* '''Defined''' on line 36 of libraries/joomla/filesystem/archive/bzip2.php
===Defined in===
* '''Since''' {{JVer|11.1 }}
libraries/joomla/filesystem/archive/bzip2.php
===Referenced by===
===See also===
===See also===
<span class="editsection" style="font-size:76%;">
* {{JVer|11.1}} '''JArchiveBzip2::__construct source code''' on [[jplatform:filesystem/archive/bzip2.php#cl-28|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JArchiveBzip2::__construct|Edit See Also]]<nowiki>]</nowiki>
* {{JVer|11.1}} Class [[API17:JArchiveBzip2|JArchiveBzip2]]
</span>
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filesystem|Filesystem]]
* [[JArchiveBzip2/11.1|JArchiveBzip2]]
* [[API17:JArchiveBzip2::__construct|Other versions of JArchiveBzip2::__construct]]
* [[JArchiveBzip2::__construct|Other versions of this method]]
 
{{SeeAlso:JArchiveBzip2::__construct}}
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JArchiveBzip2::__construct
category=JArchiveBzip2::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JArchiveBzip2]][[Category:JArchiveBzip2::__construct]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:20, 25 March 2017

Joomla 11.1 JArchiveBzip2::__construct

Description

Constructor tries to load the bz2 extension if not loaded.


public function __construct ()
  • Returns void
  • Defined on line 36 of libraries/joomla/filesystem/archive/bzip2.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples