Contents
Description
The wsf_section_get_object PHP function returns a section object by ID.
Usage
wsf_section_get_object( $form_object, $section_id );
Parameters
$form_object
Form ObjectThe form object.$section_id
IntegerThe section ID to return the section object for.
Return
$section_object
Section ObjectThe section object.