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 | |
& | getPhpSettings () |
& | getConfig () |
& | getInfo () |
phpinfoEnabled () | |
getSafeData ($dataType, $public=true) | |
& | getPHPInfo () |
getPhpInfoArray () | |
getExtensions () | |
getDirectory ($public=false) | |
& | getEditor () |
Fonctions membres protégées | |
cleanPrivateData ($dataArray, $dataType='other') | |
cleanSectionPrivateData ($sectionValues) | |
parsePhpInfo ($html) | |
Attributs protégés | |
$php_settings = array() | |
$config = array() | |
$info = array() | |
$php_info = null | |
$phpInfoArray | |
$privateSettings | |
$safeData | |
$directories = array() | |
$editor = null | |
Fonctions membres privées | |
addDirectory ($name, $path, $message='') | |
Model for the display of system information.
|
private |
|
protected |
Remove sections of data marked as private in the privateSettings
array | $dataArray | Array with data that may contain private information |
string | $dataType | Type of data to search for a specific section in the privateSettings array |
Références $section.
|
protected |
Obfuscate section values
mixed | $sectionValues | Section data |
Références $value, et JPATH_ROOT.
& getConfig | ( | ) |
getDirectory | ( | $public = false | ) |
Method to get the directory states
bool | $public | If true no information is going to be removed |
Références $cparams, $folder, JPATH_ADMINISTRATOR, JPATH_CACHE, JPATH_CONFIGURATION, JPATH_LIBRARIES, JPATH_PLUGINS, JPATH_ROOT, JPATH_SITE, et JPATH_THEMES.
& getEditor | ( | ) |
Method to get the editor
Références $editor.
getExtensions | ( | ) |
Method to get a list of installed extensions
Références $db, $extension, $manifest, et $query.
& getInfo | ( | ) |
& getPHPInfo | ( | ) |
getPhpInfoArray | ( | ) |
& getPhpSettings | ( | ) |
Method to get the PHP settings
getSafeData | ( | $dataType, | |
$public = true |
|||
) |
Method to get filter data from the model
string | $dataType | Type of data to get safely |
bool | $public | If true no sensitive information will be removed |
Références $data.
|
protected |
phpinfoEnabled | ( | ) |
Check if the phpinfo function is enabled
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |