Class AdminModelSysInfo

Description
  • since: 1.6

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

JObject
   |
   --JModel
      |
      --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 ()
void _addDirectory ( $name,  $path, [ $message = ''])
Variables
array $config = null (line 27)
  • var: config values
  • access: protected
array $directories = null (line 42)
  • var: informations about writable state of directories
  • access: protected
string $editor = null (line 47)
  • var: The current editor.
  • access: protected
array $info = null (line 32)
  • var: somme system values
  • access: protected
string $php_info = null (line 37)
  • var: php info
  • access: protected
array $php_settings = null (line 22)
  • var: some php settings
  • access: protected

Inherited Variables

Inherited from JModel

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

Inherited from JObject

JObject::$_errors
Methods
getConfig (line 83)

method to get the config

  • return: config values
array &getConfig ()
getDirectory (line 158)

method to get the directory states

  • return: states of directories
  • access: public
array getDirectory ()
getEditor (line 235)

method to get the editor

  • return:

    the default editor

    has to be removed (it is present in the config...)

string &getEditor ()
getInfo (line 101)

method to get the system information

  • return: system information values
array &getInfo ()
getPHPInfo (line 132)

method to get the PHP info

  • return: PHP info
string &getPHPInfo ()
getPhpSettings (line 54)

Method to get the ChangeLog

  • return: some php settings
array &getPhpSettings ()
_addDirectory (line 224)
  • access: private
void _addDirectory ( $name,  $path, [ $message = ''])
  • $name
  • $path
  • $message

Inherited Methods

Inherited From JModel

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

Inherited From JObject

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

Documentation generated on Mon, 25 Jun 2012 13:59:58 -0500 by phpDocumentor 1.4.4