Controller::getActionName()

Controller::getActionName() – Finds the names of the current page and the current action.

Synopsis

require_once 'HTML/QuickForm/Controller.php';

array HTML_QuickForm_Controller::getActionName ( )

Description

This method searches the $_REQUEST array for an element with a special name and splits the name into page name and action. If such an element is not found, the first page will be default and 'display' the default action.

Return value

returns first element is page name, second is action name

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Finds the (first) invalid page (Previous) Returns the name of the page after the given. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.