Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JInstallationModelSetup
+ Graphe d'héritage de JInstallationModelSetup:
+ Graphe de collaboration de JInstallationModelSetup:

Liste de tous les membres

Fonctions membres publiques

 getOptions ()
 storeOptions ($options)
 getForm ($view=null)
 getDboptions ()
 getLanguages ()
 getIniParserAvailability ()
 getPhpOptions ()
 getPhpOptionsSufficient ()
 getPhpSettings ()
 validate ($data, $view=null)

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JModelLegacy
static addIncludePath ($path= '', $prefix= '')
- Fonctions membres publiques statiques inherited from JModel
static addTablePath ($path)
static getInstance ($type, $prefix= '', $config=array())

Documentation des fonctions membres

JInstallationModelSetup::getDboptions ( )
Renvoie:
array
Depuis:
1.6

Références $options.

JInstallationModelSetup::getForm (   $view = null)

Method to get the link form.

Renvoie:
mixed JForm object on success, false on failure.
Depuis:
1.6

Références $data, $view, JForm\addFieldPath(), JForm\addFormPath(), JForm\addRulePath(), JForm\getInstance(), et JRequest\getWord().

+ Voici le graphe d'appel pour cette fonction :

JInstallationModelSetup::getIniParserAvailability ( )

Checks the availability of the parse_ini_file and parse_ini_string functions.

Renvoie:
boolean
Depuis:
1.6

Références $i.

JInstallationModelSetup::getLanguages ( )

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

Renvoie:
boolean True if successful
Depuis:
1.6

Références $app, $list, JLanguageHelper\createLanguageList(), JLanguageHelper\detectLanguage(), et JFactory\getApplication().

+ Voici le graphe d'appel pour cette fonction :

JInstallationModelSetup::getOptions ( )

Get the current setup options from the session.

Renvoie:
array
Depuis:
1.6

Références $options, et JFactory\getSession().

+ Voici le graphe d'appel pour cette fonction :

JInstallationModelSetup::getPhpOptions ( )

Gets PHP options.

Renvoie:
array
Depuis:
1.6

Références $options, JText\_(), JDatabase\getConnectors(), et null.

+ Voici le graphe d'appel pour cette fonction :

JInstallationModelSetup::getPhpOptionsSufficient ( )

Checks if all of the mandatory PHP options are met

Renvoie:
boolean
Depuis:
1.6

Références $options.

JInstallationModelSetup::getPhpSettings ( )

Gets PHP Settings.

Renvoie:
array
Depuis:
1.6

Références JText\_().

+ Voici le graphe d'appel pour cette fonction :

JInstallationModelSetup::storeOptions (   $options)

Store the current setup options in the session.

Paramètres:
array$options
Renvoie:
array
Depuis:
1.6

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

+ Voici le graphe d'appel pour cette fonction :

JInstallationModelSetup::validate (   $data,
  $view = null 
)

Method to validate the form data.

Paramètres:
array$dataThe form data.
string$viewThe view.
Renvoie:
mixed Array of filtered data if valid, false otherwise.
Depuis:
1.6

Références $data, $message, $return, et $view.


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