$_errors | JObject | protected |
$basePath | JControllerLegacy | protected |
$default_view | JControllerLegacy | protected |
$doTask | JControllerLegacy | protected |
$input | JControllerLegacy | protected |
$instance | JControllerLegacy | protectedstatic |
$message | JControllerLegacy | protected |
$messageType | JControllerLegacy | protected |
$methods | JControllerLegacy | protected |
$model_prefix | JControllerLegacy | protected |
$name | JControllerLegacy | protected |
$paths | JControllerLegacy | protected |
$redirect | JControllerLegacy | protected |
$task | JControllerLegacy | protected |
$taskMap | JControllerLegacy | protected |
__construct($config=array()) | JControllerLegacy | |
__toString() | JObject | |
addModelPath($path, $prefix= '') | JControllerLegacy | static |
addPath($type, $path) | JControllerLegacy | protected |
addViewPath($path) | JControllerLegacy | |
authorise($task) | JControllerLegacy | |
checkEditId($context, $id) | JControllerLegacy | protected |
createFileName($type, $parts=array()) | JControllerLegacy | protectedstatic |
createModel($name, $prefix= '', $config=array()) | JControllerLegacy | protected |
createView($name, $prefix= '', $type= '', $config=array()) | JControllerLegacy | protected |
def($property, $default=null) | JObject | |
display($cachable=false, $urlparams=array()) | JControllerLegacy | |
execute($task) | JControllerLegacy | |
get($property, $default=null) | JObject | |
getError($i=null, $toString=true) | JObject | |
getErrors() | JObject | |
getInstance($prefix, $config=array()) | JControllerLegacy | static |
getModel($name= '', $prefix= '', $config=array()) | JControllerLegacy | |
getName() | JControllerLegacy | |
getProperties($public=true) | JObject | |
getTask() | JControllerLegacy | |
getTasks() | JControllerLegacy | |
getView($name= '', $type= '', $prefix= '', $config=array()) | JControllerLegacy | |
holdEditId($context, $id) | JControllerLegacy | protected |
redirect() | JControllerLegacy | |
registerDefaultTask($method) | JControllerLegacy | |
registerTask($task, $method) | JControllerLegacy | |
releaseEditId($context, $id) | JControllerLegacy | protected |
set($property, $value=null) | JObject | |
setError($error) | JObject | |
setMessage($text, $type= 'message') | JControllerLegacy | |
setPath($type, $path) | JControllerLegacy | protected |
setProperties($properties) | JObject | |
setRedirect($url, $msg=null, $type=null) | JControllerLegacy | |
unregisterTask($task) | JControllerLegacy | |