wsf_section_get_object

Description

The wsf_section_get_object PHP function returns a section object by ID.

Usage

wsf_section_get_object( $form_object, $section_id );

Parameters

  1. $form_object Form Object
    The form object.
  2. $section_id Integer
    The section ID to return the section object for.

Return

$section_object Section Object
The section object.