Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
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::__clone — The __clone purpose
- Yaf_Registry::__construct — The __construct purpose
- Yaf_Registry::del — The del purpose
- Yaf_Registry::get — The get purpose
- Yaf_Registry::has — The has purpose
- Yaf_Registry::set — The set purpose
Описание класса yaf_registry, примеры использования класса yaf_registry.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru