Class JModelPlugin

Description

Plugin model

Located in /model/model/plugin.php (line 21)

JObject
   |
   --JModel
      |
      --JModelPlugin
Direct descendents
Class Description
 class mosMambot Legacy class, replaced by JModelPlugin
Variable Summary
 tinyint $access
 tinyint $client_id
 varchar $element
 varchar $folder
 int $id
 tinyint $iscore
 varchar $name
 int $ordering
 text $params
 tinyint $published
Method Summary
 JModelPlugin __construct (mixed &$db)
 null|string bind (mixed $array, [mixed $ignore = ''], array $hash)
Variables
tinyint $access = null (line 56)
  • var: unsigned
int $checked_out = null (line 91)
  • var: unsigned
datetime $checked_out_time = null (line 98)
tinyint $client_id = null (line 84)
varchar $element = null (line 42)
varchar $folder = null (line 49)
int $id = null (line 28)

Primary Key

tinyint $iscore = null (line 77)
varchar $name = null (line 35)
int $ordering = null (line 63)
text $params = null (line 105)
tinyint $published = null (line 70)

Inherited Variables

Inherited from JModel

JModel::$_db
JModel::$_error
JModel::$_tbl
JModel::$_tbl_key
Methods
Constructor __construct (line 107)
JModelPlugin __construct (mixed &$db)

Redefinition of:
JModel::__construct()
Object constructor to set table and key field

Redefined in descendants as:
bind (line 120)

Overloaded bind function

  • return: null is operation was satisfactory, otherwise returns an error
  • since: 1.1
  • see: JModel:bind
null|string bind (mixed $array, [mixed $ignore = ''], array $hash)
  • array $hash: named array

Redefinition of:
JModel::bind()
Binds a named array/hash to this object

Inherited Methods

Inherited From JModel

 JModel::__construct()
 JModel::bind()
 JModel::canDelete()
 JModel::check()
 JModel::checkin()
 JModel::checkout()
 JModel::delete()
 JModel::filter()
 JModel::getError()
 JModel::getInstance()
 JModel::getPublicProperties()
 JModel::hit()
 JModel::isCheckedOut()
 JModel::load()
 JModel::move()
 JModel::publish()
 JModel::publish_array()
 JModel::save()
 JModel::store()
 JModel::toXML()
 JModel::updateOrder()

Inherited From JObject

 JObject::__construct()
 JObject::JObject()
 JObject::get()
 JObject::set()
 JObject::toString()
 JObject::__destruct()

Documentation generated on Sat, 4 Feb 2006 14:26:05 +0100 by phpDocumentor 1.3.0RC4