Apache Zeta Components Manual :: Package Configuration Element Index
Element index for package Configuration
Package indexes
- Document
- NoPackageName
- SystemInformation
- File
- UserInput
- PersistentObjectDatabaseSchemaTiein
- ConsoleTools
- Cache
- Database
- UnitTest
- Feed
- Base
- AuthenticationDatabaseTiein
- TemplateTranslationTiein
- MvcMailTiein
- MvcTools
- MvcTemplateTiein
- Reflection
- Authentication
- Execution
- TranslationCacheTiein
- Archive
- Url
- PhpGenerator
- WorkflowDatabaseTiein
- SignalSlot
- DatabaseSchema
- TreePersistentObjectTiein
- EventLog
- Tree
- Workflow
- ImageConversion
- PersistentObject
- Graph
- EventLogDatabaseTiein
- Translation
- WorkflowSignalSlotTiein
- Template
- Webdav
- Debug
- GraphDatabaseTiein
- MvcAuthenticationTiein
- MvcFeedTiein
- TreeDatabaseTiein
- ImageAnalysis
- Search
- WorkflowEventLogTiein
Letter '_'
- __construct
- in file unknown_config.php, method ezcConfigurationUnknownConfigException::__construct()
Constructs a new ezcConfigurationUnknownConfigException. - __construct
- in file setting_wrong_type.php, method ezcConfigurationSettingWrongTypeException::__construct()
Constructs a new ezcConfigurationSettingWrongTypeException. - __construct
- in file settingname_not_string.php, method ezcConfigurationSettingnameNotStringException::__construct()
Constructs a new ezcConfigurationSettingnameNotStringException for setting $settingName. - __construct
- in file unknown_group.php, method ezcConfigurationUnknownGroupException::__construct()
Constructs a new ezcConfigurationUnknownGroupException. - __construct
- in file unknown_setting.php, method ezcConfigurationUnknownSettingException::__construct()
Constructs a new ezcConfigurationUnknownSettingException. - __construct
- in file write_failed.php, method ezcConfigurationWriteFailedException::__construct()
Constructs a new ezcConfigurationWriteFailedException. - __construct
- in file validation_result.php, method ezcConfigurationValidationResult::__construct()
Constructs a validation result - __construct
- in file validation_item.php, method ezcConfigurationValidationItem::__construct()
Constructs a validation item. - __construct
- in file parse_error.php, method ezcConfigurationParseErrorException::__construct()
Constructs a new ezcConfigurationParseErrorException. - __construct
- in file no_config_object.php, method ezcConfigurationNoConfigObjectException::__construct()
Constructs a new ezcConfigurationNoConfigObjectException. - __construct
- in file group_exists_already.php, method ezcConfigurationGroupExistsAlreadyException::__construct()
Constructs a new ezcConfigurationGroupExistsAlreadyException for the group $groupName. - __construct
- in file file_writer.php, method ezcConfigurationFileWriter::__construct()
Constructs the writer and initializes it with the file to write. - __construct
- in file file_reader.php, method ezcConfigurationFileReader::__construct()
Constructs the reader object. - __construct
- in file ini_item.php, method ezcConfigurationIniItem::__construct()
Constructs an ezcConfigurationIniItem object. - __construct
- in file ini_parser.php, method ezcConfigurationIniParser::__construct()
Constructs the parser object - __construct
- in file manager_no_init.php, method ezcConfigurationManagerNotInitializedException::__construct()
Constructs a new ezcConfigurationManagerNotInitializedException. - __construct
- in file invalid_suffix.php, method ezcConfigurationInvalidSuffixException::__construct()
Constructs a new ezcConfigurationInvalidSuffixException. - __construct
- in file invalid_reader_class.php, method ezcConfigurationInvalidReaderClassException::__construct()
Constructs a new ezcConfigurationInvalidReaderClassException for the $readerClass. - __construct
- in file configuration.php, method ezcConfiguration::__construct()
Constructs the configuration object.
Letter 'a'
- addGroup
- in file configuration.php, method ezcConfiguration::addGroup()
Adds a the group $group with the comment $comment the settings. - appendItem
- in file validation_result.php, method ezcConfigurationValidationResult::appendItem()
Appends the validation item to the result list. - array_reader.php
- procedural page array_reader.php
- array_writer.php
- procedural page array_writer.php
Letter 'c'
- $column
- in file validation_item.php, variable ezcConfigurationValidationItem::$column
The column number the error or warning occurred on. If this is false the location is unknown. - $comments
- in file ini_item.php, variable ezcConfigurationIniItem::$comments
Comments that belong to this setting. - $config
- in file file_writer.php, variable ezcConfigurationFileWriter::$config
Contains the configuration object to write with the save() method. - $config
- in file file_reader.php, variable ezcConfigurationFileReader::$config
Contains the configuration object that was read from the file with load(). - closeFile
- in file file_writer.php, method ezcConfigurationFileWriter::closeFile()
Closes a file pointed to by $fp and sets file permissions. - configExists
- in file reader.php, method ezcConfigurationReader::configExists()
Checks if the configuration exists. - configExists
- in file file_reader.php, method ezcConfigurationFileReader::configExists()
Returns true if the configuration exists. - configuration.php
- procedural page configuration.php
- configuration_manager.php
- procedural page configuration_manager.php
- current
- in file ini_parser.php, method ezcConfigurationIniParser::current()
Returns the last parsed item
Letter 'd'
- $description
- in file validation_item.php, variable ezcConfigurationValidationItem::$description
The description of the error or warning which can be shown to the end user. It should not contain the line or column number, instead set the properties. - $details
- in file validation_item.php, variable ezcConfigurationValidationItem::$details
Technical description of the error or warning which can be shown to the developer. It should not contain the line or column number, instead set the properties. - $dimensions
- in file ini_item.php, variable ezcConfigurationIniItem::$dimensions
The dimensions of the setting. - DIM_REGEXP
- in file ini_parser.php, class constant ezcConfigurationIniParser::DIM_REGEXP
A regexp that matches the rules that are defined for an dimension extension
Letter 'e'
- exception.php
- procedural page exception.php
- ERROR
- in file validation_item.php, class constant ezcConfigurationValidationItem::ERROR
The validation is an error which means the configuration cannot be read, if tried an exception will be thrown. - exists
- in file configuration_manager.php, method ezcConfigurationManager::exists()
Returns true if the configuration named $name exists. - ezcConfiguration
- in file configuration.php, class ezcConfiguration
This class provides persistent platform-independent and format independent application settings. - ezcConfigurationArrayReader
- in file array_reader.php, class ezcConfigurationArrayReader
This class provides functionality for reading files containing specific PHP arrays into ezcConfiguration objects. - ezcConfigurationArrayWriter
- in file array_writer.php, class ezcConfigurationArrayWriter
This class provides functionality for writing ezcConfiguration object into files containing PHP arrays. - ezcConfigurationException
- in file exception.php, class ezcConfigurationException
This class provides an exception container for use with the Configuration component. - ezcConfigurationFileReader
- in file file_reader.php, class ezcConfigurationFileReader
ezcConfigurationFileReader class provides the functionality for reading file based configuration formats. - ezcConfigurationFileWriter
- in file file_writer.php, class ezcConfigurationFileWriter
ezcConfigurationFileWriter class provides the functionality for writing file based configuration formats. - ezcConfigurationGroupExistsAlreadyException
- in file group_exists_already.php, class ezcConfigurationGroupExistsAlreadyException
Exception that is thrown if a group is tried to be added, while it already exists. - ezcConfigurationIniItem
- in file ini_item.php, class ezcConfigurationIniItem
A container to store one INI settings item - ezcConfigurationIniParser
- in file ini_parser.php, class ezcConfigurationIniParser
This class provides functionality for parsing INI files - ezcConfigurationIniReader
- in file ini_reader.php, class ezcConfigurationIniReader
ezcConfigurationIniReader provides functionality for reading INI files into ezcConfiguration objects. - ezcConfigurationIniWriter
- in file ini_writer.php, class ezcConfigurationIniWriter
This class provides functionality for writing ezcConfiguration objects into INI files. - ezcConfigurationInvalidReaderClassException
- in file invalid_reader_class.php, class ezcConfigurationInvalidReaderClassException
Exception that is thrown if an invalid class is passed as INI reader to the manager. - ezcConfigurationInvalidSuffixException
- in file invalid_suffix.php, class ezcConfigurationInvalidSuffixException
Exception that is thrown if the current location is not valid. This means it is impossible to read or write using the location values. - ezcConfigurationManager
- in file configuration_manager.php, class ezcConfigurationManager
ezcConfigurationManager provides easy access to application settings. - ezcConfigurationManagerNotInitializedException
- in file manager_no_init.php, class ezcConfigurationManagerNotInitializedException
Exception that is thrown if an invalid class is passed as INI reader to the manager. - ezcConfigurationNoConfigException
- in file no_config.php, class ezcConfigurationNoConfigException
Exception that is thrown if no configuration object is present to work on. - ezcConfigurationNoConfigObjectException
- in file no_config_object.php, class ezcConfigurationNoConfigObjectException
Exception that is thrown if no configuration object has been set to operate on. The operation cannot continue with this object. - ezcConfigurationParseErrorException
- in file parse_error.php, class ezcConfigurationParseErrorException
Exception that is thrown if there were errors while parsing a file while the parser was not in validation mode. - ezcConfigurationReader
- in file reader.php, class ezcConfigurationReader
This class provides the interface for readers of configuration objects of type ezcConfiguration. - ezcConfigurationReadFailedException
- in file read_failed.php, class ezcConfigurationReadFailedException
Exception that is thrown if the read operation for the configuration failed. - ezcConfigurationSettingnameNotStringException
- in file settingname_not_string.php, class ezcConfigurationSettingnameNotStringException
Exception that is thrown if the name of a setting is not a string. - ezcConfigurationSettingWrongTypeException
- in file setting_wrong_type.php, class ezcConfigurationSettingWrongTypeException
Exception that is thrown if the accessed setting is not of the requested type. - ezcConfigurationUnknownConfigException
- in file unknown_config.php, class ezcConfigurationUnknownConfigException
Exception that is thrown if the specified configuration does not exist in the system. - ezcConfigurationUnknownGroupException
- in file unknown_group.php, class ezcConfigurationUnknownGroupException
Exception that is thrown if the specified group does not exist in the settings. - ezcConfigurationUnknownSettingException
- in file unknown_setting.php, class ezcConfigurationUnknownSettingException
Exception that is thrown if the specified setting does not exist in the settings. - ezcConfigurationValidationItem
- in file validation_item.php, class ezcConfigurationValidationItem
This class provides the result of one error item in the ezcConfigurationValidationResult class. - ezcConfigurationValidationResult
- in file validation_result.php, class ezcConfigurationValidationResult
Provides the result of an ezcConfigurationFileReader::validate() operation. - ezcConfigurationWriteFailedException
- in file write_failed.php, class ezcConfigurationWriteFailedException
Exception that is thrown if the write operation for the configuration failed. - ezcConfigurationWriter
- in file writer.php, class ezcConfigurationWriter
This class provides the interface for writers of configuration objects of type ezcConfiguration.
Letter 'f'
- $file
- in file validation_item.php, variable ezcConfigurationValidationItem::$file
The name of the file where the error or warning occurred in. If this is false the location is unknown. - file_reader.php
- procedural page file_reader.php
- file_writer.php
- procedural page file_writer.php
Letter 'g'
- $group
- in file ini_item.php, variable ezcConfigurationIniItem::$group
The name of the group this setting belongs to. - group_exists_already.php
- procedural page group_exists_already.php
- getAllComments
- in file configuration.php, method ezcConfiguration::getAllComments()
Returns all the groups and their settings comments as an array. - getAllSettings
- in file configuration.php, method ezcConfiguration::getAllSettings()
Returns all the groups and their settings and values. - getArraySetting
- in file configuration.php, method ezcConfiguration::getArraySetting()
Returns the value of the setting $setting in group $group. - getArraySetting
- in file configuration_manager.php, method ezcConfigurationManager::getArraySetting()
Returns the value of the setting $setting in group $group in the configuration named $name. - getBoolSetting
- in file configuration_manager.php, method ezcConfigurationManager::getBoolSetting()
Returns the value of the setting $setting in group $group in the configuration named $name. - getBoolSetting
- in file configuration.php, method ezcConfiguration::getBoolSetting()
Returns the value of the setting $setting in group $group. - getComment
- in file configuration.php, method ezcConfiguration::getComment()
Returns the comment belonging to setting $setting located in group $group. - getComments
- in file configuration.php, method ezcConfiguration::getComments()
Returns the comments belonging to the specified settings $settings as an array. - getConfig
- in file reader.php, method ezcConfigurationReader::getConfig()
Returns the current configuration object. - getConfig
- in file file_reader.php, method ezcConfigurationFileReader::getConfig()
Returns the current configuration object. - getErrorCount
- in file validation_result.php, method ezcConfigurationValidationResult::getErrorCount()
Returns the number of errors - getGroupNames
- in file configuration.php, method ezcConfiguration::getGroupNames()
Returns the names of all the groups as an array. - getInstance
- in file configuration_manager.php, method ezcConfigurationManager::getInstance()
Returns the instance of the class ezcConfigurationManager. - getLocation
- in file reader.php, method ezcConfigurationReader::getLocation()
Returns the current location string. - getLocation
- in file file_reader.php, method ezcConfigurationFileReader::getLocation()
Returns the current location string. - getLocation
- in file writer.php, method ezcConfigurationWriter::getLocation()
Returns the current location string. - getLocation
- in file file_writer.php, method ezcConfigurationFileWriter::getLocation()
Return the current location string. - getName
- in file file_reader.php, method ezcConfigurationFileReader::getName()
Returns the current name for the configuration to be read. - getName
- in file reader.php, method ezcConfigurationReader::getName()
Returns the name of the configuration to be read. - getName
- in file writer.php, method ezcConfigurationWriter::getName()
Returns the current name for the configuration to be written. - getName
- in file file_writer.php, method ezcConfigurationFileWriter::getName()
Return the current name for the configuration to be written. - getNumberSetting
- in file configuration.php, method ezcConfiguration::getNumberSetting()
Returns the value of the setting $setting in group $group. - getNumberSetting
- in file configuration_manager.php, method ezcConfigurationManager::getNumberSetting()
Returns the value of the setting $setting in group $group in the configuration named $name. - getOptions
- in file reader.php, method ezcConfigurationReader::getOptions()
Returns the options for the reader. - getOptions
- in file writer.php, method ezcConfigurationWriter::getOptions()
Returns the current options for the writer. - getOptions
- in file file_writer.php, method ezcConfigurationFileWriter::getOptions()
Returns the current options for the writer. - getOptions
- in file file_reader.php, method ezcConfigurationFileReader::getOptions()
Returns the current options for the reader. - getResultList
- in file validation_result.php, method ezcConfigurationValidationResult::getResultList()
Returns a list with validation items - getSetting
- in file configuration.php, method ezcConfiguration::getSetting()
Returns the value of setting $setting located in group $group. - getSetting
- in file configuration_manager.php, method ezcConfigurationManager::getSetting()
Returns the value of the setting $setting in group $group in the configuration named $name. - getSettingNames
- in file configuration.php, method ezcConfiguration::getSettingNames()
Returns the names of all settings in the group $group. - getSettings
- in file configuration_manager.php, method ezcConfigurationManager::getSettings()
Returns the values of the settings $settings in group $group in the configuration named $name. - getSettings
- in file configuration.php, method ezcConfiguration::getSettings()
Returns the values of the settings $settings in group $group as an array. - getSettingsAsList
- in file configuration_manager.php, method ezcConfigurationManager::getSettingsAsList()
Returns the values of the settings $settings in group $group as an array. - getSettingsInGroup
- in file configuration_manager.php, method ezcConfigurationManager::getSettingsInGroup()
Returns all settings in group $group in the configuration named $name. - getSettingsInGroup
- in file configuration.php, method ezcConfiguration::getSettingsInGroup()
Returns all settings in the group $group. - getStringSetting
- in file configuration_manager.php, method ezcConfigurationManager::getStringSetting()
Returns the value of the setting $setting in group $group in the configuration named $name. - getStringSetting
- in file configuration.php, method ezcConfiguration::getStringSetting()
Returns the value of the setting $setting in group $group. - getSuffix
- in file writer.php, method ezcConfigurationWriter::getSuffix()
Returns the suffix used in the storage filename. - getSuffix
- in file ini_writer.php, method ezcConfigurationIniWriter::getSuffix()
Returns 'ini'. The suffix used in the storage filename. - getSuffix
- in file array_reader.php, method ezcConfigurationArrayReader::getSuffix()
Returns the suffix used in the storage filename. - getSuffix
- in file ini_reader.php, method ezcConfigurationIniReader::getSuffix()
Returns 'ini'. The suffix used in the storage filename. - getSuffix
- in file array_writer.php, method ezcConfigurationArrayWriter::getSuffix()
Returns the suffix used in the storage filename. - getSuffix
- in file reader.php, method ezcConfigurationReader::getSuffix()
Returns the suffix used in the storage filename. - getTimestamp
- in file file_reader.php, method ezcConfigurationFileReader::getTimestamp()
Returns the last modified timestamp. - getTimestamp
- in file reader.php, method ezcConfigurationReader::getTimestamp()
Returns the last modified timestamp. - getWarningCount
- in file validation_result.php, method ezcConfigurationValidationResult::getWarningCount()
Returns the number of warnings - GROUP_HEADER
- in file ini_item.php, class constant ezcConfigurationIniItem::GROUP_HEADER
The Configuration item is a group..
Letter 'h'
- hasConfigFile
- in file configuration_manager.php, method ezcConfigurationManager::hasConfigFile()
Returns if the requested configuration file exists. - hasGroup
- in file configuration_manager.php, method ezcConfigurationManager::hasGroup()
Returns whether the setting $group group exists in the configuration named $name. - hasGroup
- in file configuration.php, method ezcConfiguration::hasGroup()
Returns true if the group $group exists. - hasSetting
- in file configuration.php, method ezcConfiguration::hasSetting()
Returns true if setting $setting exists within the group $group. - hasSetting
- in file configuration_manager.php, method ezcConfigurationManager::hasSetting()
Returns whether the setting $setting exists in group $group in the configuration named $name. - hasSettings
- in file configuration.php, method ezcConfiguration::hasSettings()
Returns true if all the specified settings $settings exists within $group.
Letter 'i'
- $isValid
- in file validation_result.php, variable ezcConfigurationValidationResult::$isValid
Holds information on whether the validation process was a success or not, will be true if successful and false if unsuccessful. - invalid_reader_class.php
- procedural page invalid_reader_class.php
- invalid_suffix.php
- procedural page invalid_suffix.php
- ini_parser.php
- procedural page ini_parser.php
- ini_reader.php
- procedural page ini_reader.php
- ini_writer.php
- procedural page ini_writer.php
- ini_item.php
- procedural page ini_item.php
- ID_REGEXP
- in file ini_parser.php, class constant ezcConfigurationIniParser::ID_REGEXP
A regexp that matches the rules that are defined for an ID - init
- in file configuration_manager.php, method ezcConfigurationManager::init()
Initializes the manager. - init
- in file writer.php, method ezcConfigurationWriter::init()
Initializes the writer with a $location and a $name. - init
- in file reader.php, method ezcConfigurationReader::init()
Initializes the reader with a $location and a $name. - init
- in file file_reader.php, method ezcConfigurationFileReader::init()
Initializes the reader with a location and a name. These values determine where the configuration will be serialized. - init
- in file file_writer.php, method ezcConfigurationFileWriter::init()
Initializes the writer with a $location and a $name. - isModified
- in file configuration.php, method ezcConfiguration::isModified()
Returns true if the configuration has been modified since it was initialized with the constructor.
Letter 'k'
- key
- in file ini_parser.php, method ezcConfigurationIniParser::key()
Returns the "key" for each element.
Letter 'l'
- $line
- in file validation_item.php, variable ezcConfigurationValidationItem::$line
The line number the error or warning occurred on. If this is false the location is unknown. - $location
- in file file_writer.php, variable ezcConfigurationFileWriter::$location
The current location of the config, this is either the path on the filesystem or a PHP stream prefix. - $location
- in file file_reader.php, variable ezcConfigurationFileReader::$location
The current location of the config, this is either the path on the filesystem or a PHP stream prefix. - load
- in file reader.php, method ezcConfigurationReader::load()
Loads the current config object. - load
- in file ini_reader.php, method ezcConfigurationIniReader::load()
Loads a configuration object - load
- in file array_reader.php, method ezcConfigurationArrayReader::load()
Loads the current config object
Letter 'm'
- manager_no_init.php
- procedural page manager_no_init.php
Letter 'n'
- $name
- in file file_reader.php, variable ezcConfigurationFileReader::$name
The base name of the configuration file, the suffix will be appended to this to find the real filename. - $name
- in file file_writer.php, variable ezcConfigurationFileWriter::$name
The base name of the configuration file, the suffix will be appended to this to find the real filename. - no_config.php
- procedural page no_config.php
- no_config_object.php
- procedural page no_config_object.php
- next
- in file ini_parser.php, method ezcConfigurationIniParser::next()
Advances until the next parser element has been found
Letter 'o'
- $options
- in file file_reader.php, variable ezcConfigurationFileReader::$options
Current options for the reader. - $options
- in file file_writer.php, variable ezcConfigurationFileWriter::$options
Current options for the writer. - openFile
- in file file_writer.php, method ezcConfigurationFileWriter::openFile()
Opens a file for writing.
Letter 'p'
- $path
- in file file_reader.php, variable ezcConfigurationFileReader::$path
The path to the file which will contain the serialized configuration data. - $path
- in file file_writer.php, variable ezcConfigurationFileWriter::$path
The path to the file which will contain the serialized configuration data. - $permissions
- in file file_writer.php, variable ezcConfigurationFileWriter::$permissions
Contains the file permissions for the file to write the INI settings to. - parse_error.php
- procedural page parse_error.php
- PARSE
- in file ini_parser.php, class constant ezcConfigurationIniParser::PARSE
A constant to mark this parser as a reader - parseLocationPath
- in file file_writer.php, method ezcConfigurationFileWriter::parseLocationPath()
Parses a the path $path and sets the location and name properties on this object. - parseLocationPath
- in file file_reader.php, method ezcConfigurationFileReader::parseLocationPath()
Parses a the path $path and sets the location and name properties on this object.
Letter 'r'
- read_failed.php
- procedural page read_failed.php
- reader.php
- procedural page reader.php
- removeAllSettings
- in file configuration.php, method ezcConfiguration::removeAllSettings()
Removes all groups, settings, values and comments. - removeGroup
- in file configuration.php, method ezcConfiguration::removeGroup()
Removes the group $group from the settings. - removeSetting
- in file configuration.php, method ezcConfiguration::removeSetting()
Removes the setting $setting from the group $group. - removeSettings
- in file configuration.php, method ezcConfiguration::removeSettings()
Removes the settings $settings from the group $group. - reset
- in file configuration_manager.php, method ezcConfigurationManager::reset()
Resets the manager to the uninitialized state. - rewind
- in file ini_parser.php, method ezcConfigurationIniParser::rewind()
Throws an Exception saying that this should not be used.
Letter 's'
- $setting
- in file ini_item.php, variable ezcConfigurationIniItem::$setting
The name of the setting or the group. - settingname_not_string.php
- procedural page settingname_not_string.php
- setting_wrong_type.php
- procedural page setting_wrong_type.php
- save
- in file writer.php, method ezcConfigurationWriter::save()
Saves the current config object. - save
- in file file_writer.php, method ezcConfigurationFileWriter::save()
Saves the current config object. - setConfig
- in file writer.php, method ezcConfigurationWriter::setConfig()
Sets the configuration object that will be used for the next call to save(). - setConfig
- in file file_writer.php, method ezcConfigurationFileWriter::setConfig()
Sets the configuration object that will be used for the next call to save(). - setOptions
- in file reader.php, method ezcConfigurationReader::setOptions()
Sets the options $options for the reader. - setOptions
- in file file_writer.php, method ezcConfigurationFileWriter::setOptions()
Sets the options $configurationData. - setOptions
- in file file_reader.php, method ezcConfigurationFileReader::setOptions()
Sets the options $configurationData. - setOptions
- in file writer.php, method ezcConfigurationWriter::setOptions()
Sets the options for the writer. - setSetting
- in file configuration.php, method ezcConfiguration::setSetting()
Sets the setting $setting in group $group to $value. - setSettings
- in file configuration.php, method ezcConfiguration::setSettings()
Sets the settings $setting in group $group to $values. - SETTING
- in file ini_item.php, class constant ezcConfigurationIniItem::SETTING
The Configuration item is a setting.
Letter 't'
- $type
- in file validation_item.php, variable ezcConfigurationValidationItem::$type
The type of validation problem, one of the TYPE_ERROR or TYPE_WARNING values. - $type
- in file ini_item.php, variable ezcConfigurationIniItem::$type
The item type.
Letter 'u'
- $useComments
- in file file_writer.php, variable ezcConfigurationFileWriter::$useComments
Controls whether comments are written to the INI file or not. - unknown_config.php
- procedural page unknown_config.php
- unknown_group.php
- procedural page unknown_group.php
- unknown_setting.php
- procedural page unknown_setting.php
Letter 'v'
- $value
- in file ini_item.php, variable ezcConfigurationIniItem::$value
The setting's value. - validation_item.php
- procedural page validation_item.php
- validation_result.php
- procedural page validation_result.php
- valid
- in file ini_parser.php, method ezcConfigurationIniParser::valid()
Returns whether there are more valid elements in the file. - validate
- in file reader.php, method ezcConfigurationReader::validate()
Validates the configuration. - VALIDATE
- in file ini_parser.php, class constant ezcConfigurationIniParser::VALIDATE
A constant to mark this parser as a validator - validate
- in file array_reader.php, method ezcConfigurationArrayReader::validate()
Validates the configuration - validate
- in file ini_reader.php, method ezcConfigurationIniReader::validate()
Validates the configuration. - VALIDATE_STRICT
- in file ini_parser.php, class constant ezcConfigurationIniParser::VALIDATE_STRICT
A constant to mark this parser as a strict validator
Letter 'w'
- write_failed.php
- procedural page write_failed.php
- writer.php
- procedural page writer.php
- WARNING
- in file validation_item.php, class constant ezcConfigurationValidationItem::WARNING
The validation is a warning which means the configuration can be read but the configuration has some issues which the user could fix. Will only used when strict validation is enabled. - writeSettings
- in file ini_writer.php, method ezcConfigurationIniWriter::writeSettings()
Writes the settings and comments to disk - writeSettings
- in file array_writer.php, method ezcConfigurationArrayWriter::writeSettings()
Writes the settings and comments to disk
Documentation generated by phpDocumentor 1.4.3