Class ContentModelFeature

Description

Feature model.

Located in /administrator/components/com_content/models/feature.php (line 20)

JObject
   |
   --JModel
      |
      --JModelForm
         |
         --JModelAdmin
            |
            --ContentModelArticle
               |
               --ContentModelFeature
Method Summary
array getReorderConditions (object A $table)
JTable getTable ([type $type = 'Featured'], [string $prefix = 'ContentTable'], [array $config = array()])
Variables
Methods
getReorderConditions (line 42)

A protected method to get a set of ordering conditions.

  • return: An array of conditions to add to add to ordering queries.
  • since: 1.6
  • access: protected
array getReorderConditions (object A $table)
  • object A $table: record object.

Redefinition of:
ContentModelArticle::getReorderConditions()
A protected method to get a set of ordering conditions.
getTable (line 30)

Returns a Table object, always creating it.

  • return: A database object
  • access: public
JTable getTable ([type $type = 'Featured'], [string $prefix = 'ContentTable'], [array $config = array()])
  • type $type: The table type to instantiate
  • string $prefix: A prefix for the table class name. Optional.
  • array $config: Configuration array for model. Optional.

Redefinition of:
ContentModelArticle::getTable()
Returns a Table object, always creating it.

Inherited Methods

Inherited From ContentModelArticle

ContentModelArticle::batchCopy()
ContentModelArticle::canDelete()
ContentModelArticle::canEditState()
ContentModelArticle::cleanCache()
ContentModelArticle::featured()
ContentModelArticle::getForm()
ContentModelArticle::getItem()
ContentModelArticle::getReorderConditions()
ContentModelArticle::getTable()
ContentModelArticle::loadFormData()
ContentModelArticle::prepareTable()
ContentModelArticle::save()

Inherited From JModelAdmin

JModelAdmin::__construct()
JModelAdmin::batch()
JModelAdmin::batchAccess()
JModelAdmin::batchCopy()
JModelAdmin::batchLanguage()
JModelAdmin::batchMove()
JModelAdmin::canDelete()
JModelAdmin::canEditState()
JModelAdmin::checkin()
JModelAdmin::checkout()
JModelAdmin::delete()
JModelAdmin::generateNewTitle()
JModelAdmin::getItem()
JModelAdmin::getReorderConditions()
JModelAdmin::populateState()
JModelAdmin::prepareTable()
JModelAdmin::publish()
JModelAdmin::reorder()
JModelAdmin::save()
JModelAdmin::saveorder()

Inherited From JModelForm

JModelForm::checkin()
JModelForm::checkout()
JModelForm::getForm()
JModelForm::loadForm()
JModelForm::loadFormData()
JModelForm::preprocessForm()
JModelForm::validate()

Inherited From JModel

JModel::__construct()
JModel::addIncludePath()
JModel::addTablePath()
JModel::cleanCache()
JModel::getDbo()
JModel::getInstance()
JModel::getName()
JModel::getState()
JModel::getTable()
JModel::populateState()
JModel::setDbo()
JModel::setState()
JModel::_createFileName()
JModel::_createTable()
JModel::_getList()
JModel::_getListCount()

Inherited From JObject

JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::toString()
JObject::__toString()

Documentation generated on Mon, 25 Jun 2012 13:54:34 -0500 by phpDocumentor 1.4.4