The Yaf_Registry class

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

Introduktion

All methods of Yaf_Registry declared as static, making it unversally accessible. This provides the ability to get or set any custom data from anyway in your code as necessary.

Klasse synopsis

Yaf_Registry {
/* Egenskaber */
static $_instance ;
protected $_entries ;
/* Metoder */
private void __clone ( void )
__construct ( void )
public static void del ( string $name )
public static void get ( string $name )
public static void has ( string $name )
public static void set ( string $name , string $value )
}

Egenskaber

_instance

_entries

Indholdsfortegnelse

add a note add a note

User Contributed Notes

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