php8.5
Home/ Manual/ reference / yaf/ The Yaf_Config_Abstract class

The Yaf_Config_Abstract class

Yaf_Config_Abstract is the base class of the configuration adapters. It provides a uniform way to access a set of configuration values through nested property syntax ($config->section->key), array access and iteration. Concrete implementations are Yaf_Config_Ini (read-only, INI files with section inheritance) and Yaf_Config_Simple (PHP arrays, mutable).

Intro

Yaf_Config_Abstract is the base class of the configuration adapters. It provides a uniform way to access a set of configuration values through nested property syntax ($config->section->key), array access and iteration. Concrete implementations are Yaf_Config_Ini (read-only, INI files with section inheritance) and Yaf_Config_Simple (PHP arrays, mutable).

Class synopsis

class Yaf_Config_Abstract { }

Properties

_config
_readonly

Yaf-config-abstract

Source: reference/yaf/yaf-config-abstract.xml · from the official PHP manual (php/doc-en)