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_object
Form ObjectThe form object.$group_id
IntegerThe ID of the group to retrieve the object for.
Return
$group_object
Group ObjectThe group object.