Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17603 программиста и 1745 роботов. Сейчас ищут 1225 программистов ...
The Yaf_Registry class
Вернуться к: Yaf
(Yaf >=1.0.0)
Введение
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.
Обзор классов
Свойства
- _instance
- _entries
Содержание
- Yaf_Registry::__clone — The __clone purpose
- Yaf_Registry::__construct — Yaf_Registry implements singleton
- Yaf_Registry::del — Remove an item from registry
- Yaf_Registry::get — Retrieve an item from registry
- Yaf_Registry::has — Check whether an item exists
- Yaf_Registry::set — Add an item into registry
Вернуться к: Yaf