Yaf_Request_Simple クラス
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
Yaf_Request_Simple は、 テスト用に使うためのクラスです。 つまり、特定のリクエストを CLI モードでシミュレートしたりするときに使います。
クラス概要
Yaf_Request_Simple
extends
Yaf_Request_Abstract
{
/* 定数 */
/* プロパティ */
/* メソッド */
__construct
( void
)
/* 継承したメソッド */
}プロパティ
- 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 — The __construct purpose
- 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