Class ContentModelForm

Description

Content Component Article Model

  • since: 1.5

Located in /components/com_content/models/form.php (line 22)

JObject
   |
   --JModel
      |
      --JModelItem
         |
         --ContentModelArticle
            |
            --ContentModelForm
Method Summary
mixed getItem ([integer $itemId = null])
string getReturnPage ()
void populateState ()
Variables
Methods
getItem (line 58)

Method to get article data.

  • return: Content item data object on success, false on failure.
  • access: public
mixed getItem ([integer $itemId = null])
  • integer $itemId: The id of the article.

Redefinition of:
ContentModelArticle::getItem()
Method to get article data.
getReturnPage (line 131)

Get the return URL.

  • return: The return URL.
  • since: 1.6
  • access: public
string getReturnPage ()
populateState (line 31)

Method to auto-populate the model state.

Note. Calling getState in this method will result in recursion.

  • since: 1.6
  • access: protected
void populateState ()

Redefinition of:
ContentModelArticle::populateState()
Method to auto-populate the model state.

Inherited Methods

Inherited From ContentModelArticle

ContentModelArticle::getItem()
ContentModelArticle::hit()
ContentModelArticle::populateState()
ContentModelArticle::storeVote()

Inherited From JModelItem

JModelItem::getStoreId()

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:54 -0500 by phpDocumentor 1.4.4