YAF_REGISTRY(3) 1 YAF_REGISTRY(3)
The Yaf_Registry class
INTRODUCTION
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.
CLASS SYNOPSIS
Yaf_Registry
Yaf_Registry
Properties
o static$_instance
o protected$_entries
Methods
o private void Yaf_Registry::__clone (void )
o
Yaf_Registry::__construct (void )
o publicstatic void Yaf_Registry::del (string $name)
o publicstatic mixed Yaf_Registry::get (string $name)
o publicstatic bool Yaf_Registry::has (string $name)
o publicstatic bool Yaf_Registry::set (string $name, string $value)
PROPERTIES
o $_instance
-
o $_entries
-
PHP Documentation Group YAF_REGISTRY(3)