Class ContactControllerContacts

Description

Articles list controller class.

  • since: 1.6

Located in /administrator/components/com_contact/controllers/contacts.php (line 19)

JObject
   |
   --JControllerLegacy
      |
      --JControllerAdmin
         |
         --ContactControllerContacts
Method Summary
 ContactControllerContacts __construct ([array $config = array()])
 void featured ()
 JModel getModel ([string $name = 'Contact'], [string $prefix = 'ContactModel'], [ $config = array('ignore_request' => true)])
 void postDeleteHook (JModelLegacy $model, [integer $ids = null])
Variables
Methods
Constructor __construct (line 30)

Constructor.

ContactControllerContacts __construct ([array $config = array()])
  • array $config: An optional associative array of configuration settings.

Redefinition of:
JControllerAdmin::__construct()
Constructor.
featured (line 43)

Method to toggle the featured setting of a list of contacts.

  • since: 1.6
  • access: public
void featured ()
getModel (line 94)

Proxy for getModel.

  • since: 1.6
  • access: public
JModel getModel ([string $name = 'Contact'], [string $prefix = 'ContactModel'], [ $config = array('ignore_request' => true)])
  • string $name: The name of the model.
  • string $prefix: The prefix for the PHP class name.
  • $config

Redefinition of:
JControllerLegacy::getModel()
Method to get a model object, loading it if required.
postDeleteHook (line 112)

Function that allows child controller access to model data after the item has been deleted.

  • since: 12.2
  • access: protected
void postDeleteHook (JModelLegacy $model, [integer $ids = null])
  • JModelLegacy $model: The data model object.
  • integer $ids: The array of ids for items being deleted.

Redefinition of:
JControllerAdmin::postDeleteHook()
Function that allows child controller access to model data after the item has been deleted.

Inherited Methods

Inherited From JControllerAdmin

 JControllerAdmin::__construct()
 JControllerAdmin::checkin()
 JControllerAdmin::delete()
 JControllerAdmin::display()
 JControllerAdmin::postDeleteHook()
 JControllerAdmin::publish()
 JControllerAdmin::reorder()
 JControllerAdmin::saveorder()
 JControllerAdmin::saveOrderAjax()

Inherited From JControllerLegacy

 JControllerLegacy::__construct()
 JControllerLegacy::addModelPath()
 JControllerLegacy::addPath()
 JControllerLegacy::addViewPath()
 JControllerLegacy::authorise()
 JControllerLegacy::checkEditId()
 JControllerLegacy::createFileName()
 JControllerLegacy::createModel()
 JControllerLegacy::createView()
 JControllerLegacy::display()
 JControllerLegacy::execute()
 JControllerLegacy::getInstance()
 JControllerLegacy::getModel()
 JControllerLegacy::getName()
 JControllerLegacy::getTask()
 JControllerLegacy::getTasks()
 JControllerLegacy::getView()
 JControllerLegacy::holdEditId()
 JControllerLegacy::redirect()
 JControllerLegacy::registerDefaultTask()
 JControllerLegacy::registerTask()
 JControllerLegacy::releaseEditId()
 JControllerLegacy::setMessage()
 JControllerLegacy::setPath()
 JControllerLegacy::setRedirect()
 JControllerLegacy::unregisterTask()

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 14:56:43 +0100 by phpDocumentor 1.4.3