Yaf_Action_Abstract クラス
(Yaf >=1.0.0)
はじめに
アクションは、Yaf の個別のファイルで定義します (Yaf_Controller_Abstract を参照ください)。 アクションメソッドには Yaf_Action_Abstract クラスも使えます。
Yaf から呼び出すためのエントリポイントが必要なので、 抽象メソッド Yaf_Action_Abstract::execute() をアクションクラスで実装する必要があります。
クラス概要
class Yaf_Action_Abstract
extends
Yaf_Controller_Abstract
{
/* プロパティ */
protected
$_controller;
/* メソッド */
/* 継承したメソッド */
}プロパティ
- _module
- _name
- _request
- _response
- _invoke_args
- _view
- _controller
目次
- Yaf_Action_Abstract::execute — アクションのエントリポイント
- Yaf_Action_Abstract::getController — コントローラオブジェクトを取得する
- Yaf_Action_Abstract::getControllerName — Get controller name
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google