File/application-defs.php

Description
Classes
Class Description
 class parameter A parameter class to contain setting parameter information. Every parameter has an idetifying name, and a type. The value of a parameter can be an array of name=>value pairs, or a scalar type such as a string, integer or boolean.
 class setting Application settings class. This class contains one or more parameters.
 class application Class comprising the functionality of an application. This is used to contain and manage the basic configuration properties of an application. This class knows how to read the configuration in, store the values, and write it out again.
Includes
 include_once ("xml-defs.php") (line 29)

XML classes

 include_once ("file-defs.php") (line 31)

Filesystem access

Constants
APP_UNDEF = "undefined" (line 34)

Undefined setting or parameter value..

Functions
get_settingindex (line 666)

Return the index of the given named setting, or -1 if not found.

  • return: The index of the setting in $app
integer get_settingindex (object $app, string $settingname)
  • object $app: The application object to scan
  • string $settingname: The name of the setting in $app

Documentation generated by phpDocumentor 1.3.0RC3