Contents
Description
The wsf_group_get_object PHP function returns a group (tab) object by ID.
Usage
wsf_group_get_object( $form_object, $group_id );
Parameters
-
$form_objectForm ObjectThe form object. -
$group_idIntegerThe ID of the group to retrieve the object for.
Return
$group_object Group ObjectThe group object.