Controller::exportValues()

Controller::exportValues() – フォームの値を返す

Synopsis

require_once 'HTML/QuickForm/Controller.php';

array HTML_QuickForm_Controller::exportValues ( string $pageName = = null )

Description

This package is not documented yet.

Parameter

string $pageName

ページの名前。指定しなかった場合はすべてのページの値を返します。

Throws

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

Note

This function can not be called statically.