API17

API17:JAdapter:: construct

From Joomla! Documentation

Revision as of 02:18, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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