Class JControllerAdmin
Base class for a Joomla Administrator Controller
Controller (controllers are where you put all the actual code) Provides basic functionality, such as rendering views (aka displaying templates).
- JObject
- JControllerLegacy
- JControllerAdmin
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 1.6
Located at legacy/controller/admin.php
Methods summary
public
|
|
public
|
|
protected
|
#
postDeleteHook(
Function that allows child controller access to model data after the item has been deleted. |
public
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
public
|
Methods inherited from JControllerLegacy
addModelPath()
,
addPath()
,
addViewPath()
,
authorise()
,
checkEditId()
,
checkToken()
,
createFileName()
,
createModel()
,
createView()
,
execute()
,
getInstance()
,
getModel()
,
getName()
,
getTask()
,
getTasks()
,
getView()
,
holdEditId()
,
redirect()
,
registerDefaultTask()
,
registerTask()
,
releaseEditId()
,
setMessage()
,
setPath()
,
setRedirect()
,
unregisterTask()
Methods inherited from JObject
__toString()
,
def()
,
get()
,
getError()
,
getErrors()
,
getProperties()
,
set()
,
setError()
,
setProperties()
Magic methods summary
Properties summary
protected
string
|
$option |
#
The URL option for the component. |
protected
string
|
$text_prefix |
#
The prefix to use with controller messages. |
protected
string
|
$view_list |
#
The URL view list variable. |
Properties inherited from JControllerLegacy
$basePath
,
$default_view
,
$doTask
,
$input
,
$instance
,
$message
,
$messageType
,
$methods
,
$model_prefix
,
$name
,
$paths
,
$redirect
,
$task
,
$taskMap
,
$views