HTML_QuickForm_group::getGroupType()
HTML_QuickForm_group::getGroupType() -- Gets the group type based on its elements.
概要
require_once 'HTML/QuickForm/group.php'; |
string HTML_QuickForm_group::getGroupType ()
説明
Will return 'mixed' if elements contained in the group are of different types.
返り値
returns group elements type
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。