Query: yaf_registry
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
YAF_REGISTRY(3) 1 YAF_REGISTRY(3) The Yaf_Registry classINTRODUCTIONAll 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 SYNOPSISYaf_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)PROPERTIESo $_instance - o $_entries - PHP Documentation Group YAF_REGISTRY(3)