Yaf_Request_Simple クラス
(Yaf >=1.0.0)
はじめに
Yaf_Request_Simple は、 テスト用に使うためのクラスです。 つまり、特定のリクエストを CLI モードでシミュレートしたりするときに使います。
クラス概要
class Yaf_Request_Simple
extends
Yaf_Request_Abstract
{
/* 定数 */
/* プロパティ */
/* メソッド */
public __construct(
string
string
string
string
array
)
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::__construct — 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 — リクエストが AJAX 経由のリクエストかどうかを判定する
+add a note
User Contributed Notes
There are no user contributed notes for this page.