$_errors | JObject | protected |
$basePath | JControllerLegacy | protected |
$context | JControllerForm | 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 |
$option | JControllerForm | protected |
$paths | JControllerLegacy | protected |
$redirect | JControllerLegacy | protected |
$task | JControllerLegacy | protected |
$taskMap | JControllerLegacy | protected |
$text_prefix | JControllerForm | protected |
$view_item | JControllerForm | protected |
$view_list | JControllerForm | protected |
__construct($config=array()) | JControllerForm | |
__toString() | JObject | |
add() | JControllerForm | |
addModelPath($path, $prefix= '') | JControllerLegacy | static |
addPath($type, $path) | JControllerLegacy | protected |
addViewPath($path) | JControllerLegacy | |
allowAdd($data=array()) | JControllerForm | protected |
allowEdit($data=array(), $key= 'id') | JControllerForm | protected |
allowSave($data, $key= 'id') | JControllerForm | protected |
authorise($task) | JControllerLegacy | |
batch($model) | JControllerForm | |
cancel($key=null) | JControllerForm | |
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 | |
edit($key=null, $urlVar=null) | JControllerForm | |
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('ignore_request'=> true)) | JControllerForm | |
getName() | JControllerLegacy | |
getProperties($public=true) | JObject | |
getRedirectToItemAppend($recordId=null, $urlVar= 'id') | JControllerForm | protected |
getRedirectToListAppend() | JControllerForm | protected |
getTask() | JControllerLegacy | |
getTasks() | JControllerLegacy | |
getView($name= '', $type= '', $prefix= '', $config=array()) | JControllerLegacy | |
holdEditId($context, $id) | JControllerLegacy | protected |
loadhistory() | JControllerForm | |
postSaveHook(JModelLegacy $model, $validData=array()) | JControllerForm | protected |
redirect() | JControllerLegacy | |
registerDefaultTask($method) | JControllerLegacy | |
registerTask($task, $method) | JControllerLegacy | |
releaseEditId($context, $id) | JControllerLegacy | protected |
save($key=null, $urlVar=null) | JControllerForm | |
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 | |