The Yaf_Registry class

(Информация о версии неизвестна, возможно, только в SVN)

Введение

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.


Обзор классов


Yaf_Registry {
/* Свойства */
static $Yaf_Registry->_instance ;
protected $_entries ;
/* Методы */
private void Yaf_Registry::__clone ( void )
Yaf_Registry::__construct ( void )
public static void Yaf_Registry::del ( string $name )
public static void Yaf_Registry::get ( string $name )
public static void Yaf_Registry::has ( string $name )
public static void Yaf_Registry::set ( string $name , string $value )
}

Свойства

_instance -

_entries -


Содержание


Описание класса yaf_registry, примеры использования класса yaf_registry.



Смотрите также:
Описание на ru2.php.net
Описание на php.ru