VI. The MU_Form_Input_Item Class
Introduction
The MU_Form_Input_Item class is never instantiated directly, but is used in the process of form creation. MU_Form_Section::add_input_item() and MU_Form_Block::add_input_item() return an MU_Form_Input_Item object. This object only has one public property.
Properties
These properties can be set by the developer after creating an MU_Form_Input_Item object.
instructions - a block of instructions, often displayed to the right of the input item.
Table of Contents
- MU_Form_Input_Item::add_group_member - Purpose