The Yaf_Registry class

(Yaf >=1.0.0)

Giriş

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.

Sınıf Sözdizimi

classYaf_Registry {
static$_instance;
protected$_entries;
private__construct()
publicstaticdel(string$name): void
publicstaticget(string$name): mixed
publicstatichas(string$name): bool
publicstaticset(string$name, string$value): bool
}

Özellikler

_instance

_entries

İçindekiler

To Top