PHP 클래스 PHPDaemon\Config\Section

저자: Vasily Zorin ([email protected])
상속: implements ArrayAccess, use trait PHPDaemon\Traits\ClassWatchdog
파일 보기 프로젝트 열기: kakserpom/phpdaemon

공개 프로퍼티들

프로퍼티 타입 설명
$revision
$source

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $arr = [] ) : object
리턴 object

count() 공개 메소드

Count elements
public count ( ) : integer
리턴 integer

getRealPropertyName() 공개 메소드

Get real property name
public getRealPropertyName ( $prop ) : string
리턴 string Real property name

imposeDefault() 공개 메소드

Impose default config
public imposeDefault ( $settings = [] ) : void
리턴 void

offsetExists() 공개 메소드

Checks if property exists
public offsetExists ( $prop ) : boolean
리턴 boolean Exists?

offsetGet() 공개 메소드

Get property by name
public offsetGet ( $prop ) : mixed
리턴 mixed

offsetSet() 공개 메소드

Set property
public offsetSet ( $prop, $value ) : void
리턴 void

offsetUnset() 공개 메소드

Unset property
public offsetUnset ( $prop ) : void
리턴 void

toArray() 공개 메소드

toArray handler
public toArray ( ) : hash
리턴 hash

프로퍼티 상세

$revision 공개적으로 프로퍼티

public $revision

$source 공개적으로 프로퍼티

public $source