CakeFest 2024: The Official CakePHP Conference

Yaf_Controller_Abstract::getRequest

(Yaf >=1.0.0)

Yaf_Controller_Abstract::getRequest現在のリクエストオブジェクトを取得する

説明

public Yaf_Controller_Abstract::getRequest(): Yaf_Request_Abstract

現在のリクエストオブジェクトを取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

Yaf_Request_Abstract instance

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top