API17

JAdapter:: construct: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Constructor.  
Constructor.  


{{subst:Description:JAdapter::__construct}}
 


<source lang="php">
<source lang="php">
Line 44: Line 44:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
* [[API17:JAdapter::__construct|Other versions of JAdapter::__construct]]
* [[API17:JAdapter::__construct|Other versions of JAdapter::__construct]]
{{subst:SeeAlso:JAdapter::__construct}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JAdapter::__construct
category=JAdapter::__construct
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:18, 25 March 2017

Joomla 11.1 JAdapter::__construct

Description

Constructor.


public function __construct (
        $basepath
        $classprefix=null
        $adapterfolder=null
)
Parameter Type Default Description
$basepath string Base Path of the adapters
$classprefix string null Class prefix of adapters
$adapterfolder string null Name of folder to append to base path
  • Returns
  • Defined on line 67 of libraries/joomla/base/adapter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples