Controller::exportValue()

Controller::exportValue() -- Returns the element's value

概要

require_once 'HTML/QuickForm/Controller.php';

mixed HTML_QuickForm_Controller::exportValue (string $pageName, string $elementName)

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $pageName

name of the page

string $elementName

name of the element in the page

返り値

returns value for the element

例外・エラー

throws no exceptions thrown

注意

この関数は、スタティックにコールする ことはできません。