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

Fonctions membres publiques

 getOptions ()
 
 storeOptions ($options)
 
 getForm ($view=null)
 
 checkForm ($page='setup')
 
 getLanguages ()
 
 validate ($data, $view=null)
 
 validateDbConnection ()
 
- Fonctions membres publiques hérités de BaseInstallationModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
- Fonctions membres publiques hérités de BaseDatabaseModel
 __construct ($config=array(), MVCFactoryInterface $factory=null)
 
 getTable ($name='', $prefix='', $options=array())
 
 isCheckedOut ($item)
 
 getDbo ()
 
 setDbo (DatabaseInterface $db=null)
 
 __get ($name)
 
- Fonctions membres publiques hérités de BaseModel
 __construct ($config=array())
 
 getName ()
 
- Fonctions membres publiques hérités de CMSObject
 __construct ($properties=null)
 
 __toString ()
 
 def ($property, $default=null)
 
 get ($property, $default=null)
 
 getProperties ($public=true)
 
 getError ($i=null, $toString=true)
 
 getErrors ()
 
 set ($property, $value=null)
 
 setProperties ($properties)
 
 setError ($error)
 
- Fonctions membres publiques hérités de StatefulModelInterface
 getState ($property=null, $default=null)
 
 setState ($property, $value=null)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de CurrentUserInterface
 setCurrentUser (User $currentUser)
 
- Fonctions membres publiques hérités de CacheControllerFactoryAwareInterface
 setCacheControllerFactory (CacheControllerFactoryInterface $factory)
 
- Fonctions membres publiques hérités de DatabaseAwareInterface
 setDatabase (DatabaseInterface $db)
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BaseModel
static addIncludePath ($path='', $prefix='')
 
- Fonctions membres protégées hérités de BaseDatabaseModel
 _getList ($query, $limitstart=0, $limit=0)
 
 _getListCount ($query)
 
 _createTable ($name, $prefix='Table', $config=array())
 
 bootComponent ($component)
 
 dispatchEvent (EventInterface $event)
 
- Attributs protégés hérités de BaseDatabaseModel
 $option = null
 
 $event_clean_cache = null
 
- Attributs protégés hérités de BaseModel
 $name
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 
- Attributs protégés statiques hérités de BaseModel
static $paths
 

Description détaillée

Setup model for the Joomla Core Installer.

Depuis
3.1

Documentation des fonctions membres

◆ checkForm()

checkForm (   $page = 'setup')

Method to check the form data.

Paramètres
string$pageThe view being checked.
Renvoie
array|boolean Array with the validated form data or boolean false on a validation failure.
Depuis
3.1

Références $data, $form, $return, et Factory\getApplication().

◆ getForm()

getForm (   $view = null)

Method to get the form.

Paramètres
string | null$viewThe view being processed.
Renvoie
Form|boolean JForm object on success, false on failure.
Depuis
3.1

Références $data, $form, $view, Form\addFormPath(), Factory\getApplication(), et Form\getInstance().

◆ getLanguages()

getLanguages ( )

Generate a panel of language choices for the user to select their language.

Renvoie
array
Depuis
3.1

Références $list, LanguageHelper\createLanguageList(), LanguageHelper\detectLanguage(), et Factory\getApplication().

◆ getOptions()

getOptions ( )

Get the current setup options from the session.

Renvoie
array An array of options from the session.
Depuis
3.1

Références Factory\getSession().

◆ storeOptions()

storeOptions (   $options)

Store the current setup options in the session.

Paramètres
array$optionsThe installation options.
Renvoie
array An array of options from the session.
Depuis
3.1

Références $options, Factory\getLanguage(), Factory\getSession(), et null.

◆ validate()

validate (   $data,
  $view = null 
)

Method to validate the form data.

Paramètres
array$dataThe form data.
string | null$viewThe view.
Renvoie
array|boolean Array of filtered data if valid, false otherwise.
Depuis
3.1

Références $data, $form, $message, $messages, $return, $view, et Factory\getApplication().

◆ validateDbConnection()


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