API17

Difference between revisions of "JAdapter:: construct"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JAdapter::__construct source code''' on [[jplatform:base/adapter.php#cl-59|BitBucket]]
 
* {{JVer|11.1}} '''JAdapter::__construct source code''' on [[jplatform:base/adapter.php#cl-59|BitBucket]]
* {{JVer|11.1}} Class [[JAdapter/11.1|JAdapter]]
+
* {{JVer|11.1}} Class [[API17:JAdapter|JAdapter]]
* {{JVer|11.1}} Subpackage [[Subpackage_Base/11.1|Base]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Base|Base]]
* [[JAdapter::__construct|Other versions of JAdapter::__construct]]
+
* [[API17:JAdapter::__construct|Other versions of JAdapter::__construct]]
 
{{SeeAlso:JAdapter::__construct}}
 
{{SeeAlso:JAdapter::__construct}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:40, 11 May 2013

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 JAdapter::__construct[edit]

Description[edit]

Constructor.

Template:Description:JAdapter:: construct [Edit Descripton]

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[edit]

Template:SeeAlso:JAdapter:: construct [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />