PHP Class PHPDaemon\Config\Section

Author: Vasily Zorin ([email protected])
Inheritance: implements ArrayAccess, use trait PHPDaemon\Traits\ClassWatchdog
Afficher le fichier Open project: kakserpom/phpdaemon

Méthodes publiques

Свойство Type Description
$revision
$source

Méthodes publiques

Méthode Description
__construct ( $arr = [] ) : object Constructor
count ( ) : integer Count elements
getRealPropertyName ( $prop ) : string Get real property name
imposeDefault ( $settings = [] ) : void Impose default config
offsetExists ( $prop ) : boolean Checks if property exists
offsetGet ( $prop ) : mixed Get property by name
offsetSet ( $prop, $value ) : void Set property
offsetUnset ( $prop ) : void Unset property
toArray ( ) : hash toArray handler

Method Details

__construct() public méthode

Constructor
public __construct ( $arr = [] ) : object
Résultat object

count() public méthode

Count elements
public count ( ) : integer
Résultat integer

getRealPropertyName() public méthode

Get real property name
public getRealPropertyName ( $prop ) : string
Résultat string Real property name

imposeDefault() public méthode

Impose default config
public imposeDefault ( $settings = [] ) : void
Résultat void

offsetExists() public méthode

Checks if property exists
public offsetExists ( $prop ) : boolean
Résultat boolean Exists?

offsetGet() public méthode

Get property by name
public offsetGet ( $prop ) : mixed
Résultat mixed

offsetSet() public méthode

Set property
public offsetSet ( $prop, $value ) : void
Résultat void

offsetUnset() public méthode

Unset property
public offsetUnset ( $prop ) : void
Résultat void

toArray() public méthode

toArray handler
public toArray ( ) : hash
Résultat hash

Property Details

$revision public_oe property

public $revision

$source public_oe property

public $source