Page::addAction()

Page::addAction() -- Registers a handler for a specific action.

Synopsis

require_once 'HTML/QuickForm/Page.php';

void HTML_QuickForm_Page::addAction (string $actionName, object HTML_QuickForm_Action &$action)

Description

Ce module n'est actuellement pas documenté.

Paramètres

chaîne de caractères $actionName

name of the action

object HTML_QuickForm_Action &$action

the handler for the action

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.