Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
getOptions () | |
storeOptions ($options) | |
getForm ($view=null) | |
checkForm ($page='site') | |
getLanguages () | |
getIniParserAvailability () | |
getPhpOptions () | |
getPhpOptionsSufficient () | |
getPhpSettings () | |
validate ($data, $view=null) | |
Fonctions membres publiques hérités de JModelBase | |
__construct (Registry $state=null) | |
getState () | |
setState (Registry $state) | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de JModelBase | |
loadState () | |
Attributs protégés hérités de JModelBase | |
$state | |
Setup model for the Joomla Core Installer.
checkForm | ( | $page = 'site' | ) |
Method to check the form data.
string | $page | The view being checked. |
Références $data, $form, $r, $return, et validate().
Référencé par InstallationControllerDatabase\execute().
getForm | ( | $view = null | ) |
getIniParserAvailability | ( | ) |
Checks the availability of the parse_ini_file and parse_ini_string functions.
Références $i.
getLanguages | ( | ) |
Generate a panel of language choices for the user to select their language.
Références $list.
getOptions | ( | ) |
Get the current setup options from the session.
getPhpOptions | ( | ) |
Gets PHP options.
Références $option, $options, JDatabaseDriver\getConnectors(), JOOMLA_MINIMUM_PHP, JPATH_CONFIGURATION, JPATH_ROOT, et null.
getPhpOptionsSufficient | ( | ) |
getPhpSettings | ( | ) |
Gets PHP Settings.
storeOptions | ( | $options | ) |
validate | ( | $data, | |
$view = null |
|||
) |