Class Config
Classe générique pour la configuration. Basée sur Zend_Config
Direct known subclasses
Pry\Config\Ini
Namespace: Pry\Config
Package: Config
Copyright: 2007-2012 Prynel
Author: Olivier ROGER <oroger.fr>
Version: 1.0.0
See: Zend_Config
Located at Config/Config.class.php
Package: Config
Copyright: 2007-2012 Prynel
Author: Olivier ROGER <oroger.fr>
Version: 1.0.0
See: Zend_Config
Located at Config/Config.class.php
public
|
|
protected
|
#
errorHandler( integer $errno, string $errstr, string $errfile, integer $errline )
Gère les erreurs pouvant survenir avec parse_ini_file |
protected
|
#
checkForCircularInheritance( string $extendingSection, string $extendedSection )
Throws an exception if $extendingSection may not extend $extendedSection, and tracks the section extension if it is valid. |
public
array
|
|
protected
array
|
#
_arrayMergeRecursive( mixed $firstArray, mixed $secondArray )
Merge two arrays recursively, overwriting keys of the same name in $firstArray with the value in $secondArray. |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
protected
integer
|
$index | 0 |
#
Index d'itération |
protected
integer
|
$count |
|
#
Nombre d'élément dans le tableau de config |
protected
array
|
$datas | array() |
#
Tableau des données de config |
protected
string
|
$errorStr | null |
#
Chaine contenant une erreur |
protected
array
|
$_extends | array() |
#
This is used to track section inheritance. The keys are names of sections that extend other sections, and the values are the extended sections. |