Class ContentModelFeature

Description

Feature model.

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

JObject
   |
   --JModelLegacy
      |
      --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::preprocessForm()
 ContentModelArticle::save()

Inherited From JModelAdmin

 JModelAdmin::__construct()
 JModelAdmin::batch()
 JModelAdmin::batchAccess()
 JModelAdmin::batchCopy()

Inherited From JModelForm

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

Inherited From JModelLegacy

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

Inherited From JObject

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

Documentation generated on Tue, 19 Nov 2013 15:02:50 +0100 by phpDocumentor 1.4.3