Class FinderController

Description

Finder Component Controller.

  • since: 2.5

Located in /components/com_finder/controller.php (line 21)

JObject
   |
   --JController
      |
      --JControllerLegacy
         |
         --FinderController
Method Summary
JController display ([boolean $cachable = false], [array $urlparams = array()])
Variables
Methods
display (line 34)

Method to display a view.

  • return: This object is to support chaining.
  • since: 1.6
  • access: public
JController display ([boolean $cachable = false], [array $urlparams = array()])
  • boolean $cachable: If true, the view output will be cached. [optional]
  • array $urlparams: An array of safe url parameters and their variable types, for valid values see JFilterInput::clean(). [optional]

Redefinition of:
JController::display()
Typical view method for MVC based architecture

Inherited Methods

Inherited From JController

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

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