PHP 클래스 TitanFrameworkOptionGroup

상속: extends TitanFrameworkOption
파일 보기 프로젝트 열기: gambitph/titan-framework

공개 프로퍼티들

프로퍼티 타입 설명
$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