(Yaf >=1.0.0)
はじめに
クラス概要
Yaf_Config_Simple extends Yaf_Config_Abstract implements Iterator , ArrayAccess , Countable {
protected
$_readonly
/* メソッド */
public __construct
( array $configs
[, bool $readonly
= false
] )
public count ( ) : void
public current ( ) : void
public __get
([ string $name
] ) : void
public __isset
( string $name
) : void
public key ( ) : void
public next ( ) : void
public offsetExists
( string $name
) : void
public offsetGet
( string $name
) : void
public offsetSet
( string $name
, string $value
) : void
public offsetUnset
( string $name
) : void
public readonly ( ) : void
public rewind ( ) : void
public __set
( string $name
, string $value
) : void
public toArray ( ) : array
public valid ( ) : void
/* 継承したメソッド */
abstract public Yaf_Config_Abstract::get
( string $name
, mixed $value
) : mixed
abstract public Yaf_Config_Abstract::readonly ( ) : bool
abstract public Yaf_Config_Abstract::set ( ) : Yaf_Config_Abstract
abstract public Yaf_Config_Abstract::toArray ( ) : array
}
プロパティ
_config
_readonly
目次
- Yaf_Config_Simple::__construct — コンストラクタ
- Yaf_Config_Simple::count — The count purpose
- Yaf_Config_Simple::current — The current purpose
- Yaf_Config_Simple::__get — The __get purpose
- Yaf_Config_Simple::__isset — The __isset purpose
- Yaf_Config_Simple::key — The key purpose
- Yaf_Config_Simple::next — The next purpose
- Yaf_Config_Simple::offsetExists — The offsetExists purpose
- Yaf_Config_Simple::offsetGet — The offsetGet purpose
- Yaf_Config_Simple::offsetSet — The offsetSet purpose
- Yaf_Config_Simple::offsetUnset — The offsetUnset purpose
- Yaf_Config_Simple::readonly — The readonly purpose
- Yaf_Config_Simple::rewind — The rewind purpose
- Yaf_Config_Simple::__set — The __set purpose
- Yaf_Config_Simple::toArray — PHP の配列を返す
- Yaf_Config_Simple::valid — The valid purpose
/* プロパティ */