The Yaf_Config_Abstract class

(Yaf >=1.0.0)

Вступ

Короткий Огляд Класа

abstract Yaf_Config_Abstract {
/* Властивості */
protected $_config ;
protected $_readonly ;
/* Методи */
abstract public mixed get ( string $name , mixed $value )
abstract public bool readonly ( void )
abstract public Yaf_Config_Abstract set ( void )
abstract public array toArray ( void )
}

Властивості

_config

_readonly

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top