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

Table of Contents

add a note add a note

User Contributed Notes

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