The Yaf_Config_Abstract class

(Ingen versionsoplysninger tilgængelige, findes måske kun i SVN)

Introduktion

Klasse synopsis

abstract Yaf_Config_Abstract {
/* Egenskaber */
protected $_config ;
protected $_readonly ;
/* Metoder */
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 )
}

Egenskaber

_config

_readonly

Indholdsfortegnelse

add a note add a note

User Contributed Notes

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