Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16184 программиста и 1779 роботов. Сейчас ищет 1731 программист ...
The Yaf_Request_Simple class
Вернуться к: Yaf
(Yaf >=1.0.0)
Введение
Yaf_Request_Simple is particularlly used for test puporse. ie. simulate some espacial request under CLI mode.
Обзор классов
Yaf_Request_Simple
extends
Yaf_Request_Abstract
{
/* Constants */
/* Свойства */
/* Методы */
public __construct
([ string
$method
[, string $module
[, string $controller
[, string $action
[, array $params
]]]]] )/* Наследуемые методы */
}Свойства
- module
- controller
- action
- method
- params
- language
- _exception
- _base_uri
- uri
- dispatched
- routed
Предопределенные константы
Yaf_Request_Simple::SCHEME_HTTP
Yaf_Request_Simple::SCHEME_HTTPS
Содержание
- Yaf_Request_Simple::__clone — The __clone purpose
- Yaf_Request_Simple::__construct — Constructor of Yaf_Request_Simple
- Yaf_Request_Simple::get — The get purpose
- Yaf_Request_Simple::getCookie — The getCookie purpose
- Yaf_Request_Simple::getFiles — The getFiles purpose
- Yaf_Request_Simple::getPost — The getPost purpose
- Yaf_Request_Simple::getQuery — The getQuery purpose
- Yaf_Request_Simple::getRequest — The getRequest purpose
- Yaf_Request_Simple::isXmlHttpRequest — The isXmlHttpRequest purpose
Вернуться к: Yaf