Class AdminModelSysInfo

Description

Model for the display of system information.

  • since: 1.6

Located in /administrator/components/com_admin/models/sysinfo.php (line 19)

JObject
   |
   --JModelLegacy
      |
      --AdminModelSysInfo
Variable Summary
 array $config
 array $directories
 string $editor
 array $info
 string $php_info
Method Summary
 array &getConfig ()
 array getDirectory ()
 string &getEditor ()
 array &getInfo ()
 string &getPHPInfo ()
 array &getPhpSettings ()
Variables
array $config = null (line 31)
  • var: Config values
  • since: 1.6
  • access: protected
array $directories = null (line 51)

Information about writable state of directories

  • since: 1.6
  • access: protected
string $editor = null (line 59)

The current editor.

  • since: 1.6
  • access: protected
array $info = null (line 37)
  • var: Some system values
  • since: 1.6
  • access: protected
string $php_info = null (line 43)
  • var: PHP info
  • since: 1.6
  • access: protected
array $php_settings = null (line 25)
  • var: Some PHP settings
  • since: 1.6
  • access: protected

Inherited Variables

Inherited from JModelLegacy

JModelLegacy::$event_clean_cache
JModelLegacy::$name
JModelLegacy::$option
JModelLegacy::$state
JModelLegacy::$_db
JModelLegacy::$__state_set

Inherited from JObject

JObject::$_errors
Methods
getConfig (line 101)

Method to get the config

  • return: config values
  • since: 1.6
  • access: public
array &getConfig ()
getDirectory (line 194)

Method to get the directory states

  • return: States of directories
  • since: 1.6
  • access: public
array getDirectory ()
getEditor (line 326)

Method to get the editor

  • return: The default editor
  • since: 1.6
  • access: public
string &getEditor ()
getInfo (line 125)

Method to get the system information

  • return: system information values
  • since: 1.6
  • access: public
array &getInfo ()
getPHPInfo (line 164)

Method to get the PHP info

  • return: PHP info
  • since: 1.6
  • access: public
string &getPHPInfo ()
getPhpSettings (line 68)

Method to get the ChangeLog

  • return: some php settings
  • since: 1.6
  • access: public
array &getPhpSettings ()

Inherited Methods

Inherited From JModelLegacy

 JModelLegacy::__construct()
 JModelLegacy::addIncludePath()
 JModelLegacy::addTablePath()
 JModelLegacy::cleanCache()
 JModelLegacy::getDbo()
 JModelLegacy::getInstance()
 JModelLegacy::getName()
 JModelLegacy::getState()
 JModelLegacy::getTable()
 JModelLegacy::loadHistory()
 JModelLegacy::populateState()
 JModelLegacy::setDbo()
 JModelLegacy::setState()
 JModelLegacy::_createFileName()
 JModelLegacy::_createTable()
 JModelLegacy::_getList()
 JModelLegacy::_getListCount()

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 15:14:46 +0100 by phpDocumentor 1.4.3