|
| display ($cachable=false, $urlparams=[]) |
|
| __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 |
|
◆ display()
display |
( |
|
$cachable = false , |
|
|
|
$urlparams = [] |
|
) |
| |
Method to display a view.
- Paramètres
-
boolean | $cachable | If true, the view output will be cached |
array | $urlparams | An array of safe URL parameters and their variable types, for valid values see JFilterInput::clean(). |
- Renvoie
- $this
- Depuis
- 3.9.0
Références $this, $view, et Route\_().
La documentation de cette classe a été générée à partir du fichier suivant :