Property | Type | Description | |
---|---|---|---|
$defaultSecondarySettings | array | The defaults of the settings specific to this option. | |
$options | array | Holds the options of this group. |
Method | Description | |
---|---|---|
__construct ( array $settings, TitanFrameworkAdminPage $owner ) | Override the constructor to include the creation of the options within the group. | |
display ( ) | Display for options and meta | |
init_group_options ( ) : void | Creates the options contained in the group. Mimics how Admin pages create options. |
public __construct ( array $settings, TitanFrameworkAdminPage $owner ) | ||
$settings | array | The settings of the option. |
$owner | TitanFrameworkAdminPage | The owner of the option. |
public init_group_options ( ) : void | ||
return | void |
public array $defaultSecondarySettings | ||
return | array |