Class JAdapter
Adapter Class Retains common adapter pattern functions Class harvested from joomla.installer.installer
- JObject
- JAdapter
Direct known subclasses
Package: Joomla\Platform\Base
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/base/adapter.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/base/adapter.php
Methods summary
public
|
#
__construct( string $basepath, string $classprefix = null, string $adapterfolder = null )
Constructor |
public
|
|
public
object
|
|
public
boolean
|
#
setAdapter( string $name, object & $adapter = null, array $options = array() )
Set an adapter by name |
public
|
Methods inherited from JObject
__toString()
,
def()
,
get()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
protected
array
|
$_adapters |
#
Associative array of adapters |
protected
string
|
$_adapterfolder |
#
Adapter Folder |
protected
string
|
$_classprefix |
#
Adapter Class Prefix |
protected
string
|
$_basepath |
#
Base Path for the adapter instance |
protected
|
$_db |
#
Database Connector Object |