|
| __construct ($config=array(), MVCFactoryInterface $factory=null, $app=null, $input=null) |
|
| cancel () |
|
| save () |
|
| __construct ($config=array(), MVCFactoryInterface $factory=null, ?CMSApplication $app=null, ?Input $input=null) |
|
| addViewPath ($path) |
|
| execute ($task) |
|
| getModel ($name='', $prefix='', $config=array()) |
|
| getName () |
|
| getTask () |
|
| getTasks () |
|
| getView ($name='', $type='', $prefix='', $config=array()) |
|
| redirect () |
|
| registerDefaultTask ($method) |
|
| registerTask ($task, $method) |
|
| unregisterTask ($task) |
|
| setMessage ($text, $type='message') |
|
| checkToken ($method='post', $redirect=true) |
|
| setRedirect ($url, $msg=null, $type=null) |
|
| setDispatcher (DispatcherInterface $dispatcher) |
|
|
static | addModelPath ($path, $prefix='') |
|
static | createFileName ($type, $parts=array()) |
|
static | getInstance ($prefix, $config=array()) |
|
| addPath ($type, $path) |
|
| checkEditId ($context, $id) |
|
| createModel ($name, $prefix='', $config=array()) |
|
| createView ($name, $prefix='', $type='', $config=array()) |
|
| holdEditId ($context, $id) |
|
| releaseEditId ($context, $id) |
|
| setPath ($type, $path) |
|
| $basePath |
|
| $default_view |
|
| $doTask |
|
| $message |
|
| $messageType |
|
| $methods |
|
| $name |
|
| $model_prefix |
|
| $paths |
|
| $redirect |
|
| $task |
|
| $taskMap |
|
| $input |
|
| $factory |
|
| $app |
|
static | $instance |
|
static | $views |
|
◆ __construct()
- Paramètres
-
array | $config | An optional associative array of configuration settings. Recognized key values include 'name', 'default_task', 'model_path', and 'view_path' (this list is not meant to be comprehensive). |
MVCFactoryInterface | null | $factory | The factory. |
CMSApplication | null | $app | The Application for the dispatcher |
\Joomla\CMS\Input\Input | null | $input | The Input object for the request |
- Depuis
- 1.6
Références $app, $config, $input, et Symfony\Contracts\Service\__construct().
◆ cancel()
Method to handle cancel
- Renvoie
- boolean True on success.
- Depuis
- 3.2
Références Uri\base().
◆ save()
La documentation de cette classe a été générée à partir du fichier suivant :