Yaf_Config_Simple (class)
The Yaf_Config_Simple class
介绍
(Yaf >=1.0.0)
课程简介
Yaf
_
Config
_
Simple
extends Yaf
_
Config
_
Abstract implements Iterator , ArrayAccess , Countable {
/* Properties */
protected $_readonly ;
/* Methods */
public __construct ( string $config_file [, string $section ] )
public void count ( void )
public void current ( void )
public void __get ([ string $name ] )
public void __isset ( string $name )
public void key ( void )
public void next ( void )
public void offsetExists ( string $name )
public void offsetGet ( string $name )
public void offsetSet ( string $name , string $value )
public void offsetUnset ( string $name )
public void readonly ( void )
public void rewind ( void )
public void __set ( string $name , string $value )
public array toArray ( void )
public void valid ( void )
/* Inherited methods */
abstract public mixed Yaf_Config_Abstract::get ( string $name , mixed $value )
abstract public bool Yaf_Config_Abstract::readonly ( void )
abstract public Yaf_Config_Abstract Yaf_Config_Abstract::set ( void )
abstract public array Yaf_Config_Abstract::toArray ( void )
}
属性
_config_readonly
目录
- Yaf_Config_Simple::__construct — The __construct purpose
- 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 - offsetset的目的
- Yaf_Config_Simple :: offsetUnset - offsetUnset目的
- Yaf_Config_Simple :: readonly - 只读目的
- Yaf_Config_Simple :: rewind - 倒带目的
- Yaf_Config_Simple::__set — The __set purpose
- Yaf_Config_Simple :: toArray - 返回一个PHP数组
- Yaf_Config_Simple :: valid - 有效的目的
← Yaf_Config_Ini::valid
Yaf_Config_Simple::__construct →