Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe MenusController
+ Graphe d'héritage de MenusController:

Fonctions membres publiques

 display ($cachable=false, $urlparams=false)
 
 getModel ($name='Menu', $prefix='Administrator', $config=array('ignore_request'=> true))
 
 resync ()
 
- Fonctions membres publiques hérités de BaseController
 __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)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseController
static addModelPath ($path, $prefix='')
 
static createFileName ($type, $parts=array())
 
static getInstance ($prefix, $config=array())
 
- Fonctions membres protégées hérités de BaseController
 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)
 
- Attributs protégés hérités de BaseController
 $basePath
 
 $default_view
 
 $doTask
 
 $message
 
 $messageType
 
 $methods
 
 $name
 
 $model_prefix
 
 $paths
 
 $redirect
 
 $task
 
 $taskMap
 
 $input
 
 $factory
 
 $app
 
- Attributs protégés statiques hérités de BaseController
static $instance
 
static $views
 

Description détaillée

The Menu List Controller

Depuis
1.6

Documentation des fonctions membres

◆ display()

display (   $cachable = false,
  $urlparams = false 
)

Display the view

Paramètres
boolean$cachableIf true, the view output will be cached.
array$urlparamsAn array of safe URL parameters and their variable types, for valid values see JFilterInput::clean().@returnvoid@since1.6

◆ getModel()

getModel (   $name = 'Menu',
  $prefix = 'Administrator',
  $config = array('ignore_request' => true) 
)

Method to get a model object, loading it if required.

Paramètres
string$nameThe model name. Optional.
string$prefixThe class prefix. Optional.
array$configConfiguration array for model. Optional.
Renvoie
object The model.
Depuis
1.6

Références $config, $name, et $prefix.

◆ resync()

resync ( )

Temporary method. This should go into the 1.5 to 1.6 upgrade routines.

Renvoie
void
Depuis
1.6
Obsolète:
5.0 Will be removed without replacement as it was only used for the 1.5 to 1.6 upgrade

Références $db, $item, $itemId, $items, $option, $parts, $query, Factory\getDbo(), ParameterType\INTEGER, et null.


La documentation de cette classe a été générée à partir du fichier suivant :