PHP Класс TitanFrameworkOptionGroup

Наследование: extends TitanFrameworkOption
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$defaultSecondarySettings array The defaults of the settings specific to this option.
$options array Holds the options of this group.

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

Override the constructor to include the creation of the options within the group.
public __construct ( array $settings, TitanFrameworkAdminPage $owner )
$settings array The settings of the option.
$owner TitanFrameworkAdminPage The owner of the option.

display() публичный Метод

Display for options and meta
public display ( )

init_group_options() публичный Метод

Creates the options contained in the group. Mimics how Admin pages create options.
public init_group_options ( ) : void
Результат void

Описание свойств

$defaultSecondarySettings публичное свойство

The defaults of the settings specific to this option.
public array $defaultSecondarySettings
Результат array

$options публичное свойство

Holds the options of this group.
public array $options
Результат array