previousController::findInvalid() (Previous) (Next) Controller::getNextName()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Controller::getActionName()

Controller::getActionName() – 現在のページおよびアクションの名前を取得する

Synopsis

require_once 'HTML/QuickForm/Controller.php';

array HTML_QuickForm_Controller::getActionName ( )

Description

このメソッドは、$_REQUEST 配列から 指定した名前の 要素を探し、それをページ名とアクションに分割します。 要素が見つからなかった場合は、デフォルトとして最初のページの 'display' アクションが返されます。

Return value

最初の要素がページ名、次の要素がアクション名である配列を返します。

Throws

例外はスローされません。

Note

This function can not be called statically.

previousController::findInvalid() (Previous) (Next) Controller::getNextName()next

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.