HTML_QuickForm_group::getGroupType()

HTML_QuickForm_group::getGroupType() – その要素に基づいたグループ型を取得する

Synopsis

require_once 'HTML/QuickForm/group.php';

string HTML_QuickForm_group::getGroupType ( )

Description

複数の型の要素から構成されるグループの場合は 'mixed' を返します。

Return value

グループの要素型を返します。

Throws

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

Note

This function can not be called statically.