PHP 클래스 Pressbooks\Modules\ThemeOptions\GlobalOptions

상속: extends Pressbooks\Options
파일 보기 프로젝트 열기: pressbooks/pressbooks

공개 프로퍼티들

프로퍼티 타입 설명
$currentVersion integer The value for option: pressbooks_theme_options_global_version
$defaults array Global theme defaults.
$options array Global theme options.

공개 메소드들

메소드 설명
__construct ( array $options ) Constructor.
display ( ) Display the global options tab description.
doInitialUpgrade ( ) Remove deprecated keys from global options, clarify two-level TOC key name.
filterDefaults ( array $defaults ) : array Filter the array of default values for the Global options tab.
getBooleanOptions ( ) : array Get an array of options which return booleans.
getDefaults ( ) : array Get an array of default values for the global options tab.
getPredefinedOptions ( ) : array Get an array of options which return predefined values.
getSlug ( ) : string Get the slug for the global options tab.
getTitle ( ) : string Get the localized title of the global options tab.
init ( ) Configure the global options tab using the settings API.
render ( ) Render the PDF options tab form (NOT USED).
renderChapterNumbersField ( array $args ) Render the chapter_numbers checkbox.
renderCopyrightLicenseField ( array $args ) Render the copyright_license checkbox.
renderLanguagesField ( array $args ) Render the pressbooks_global_typography select.
renderTwoLevelTOCField ( array $args ) Render the parse_subsections checkbox.
sanitizeLanguages ( $input ) Sanitize the languages (just returns the array or an empty array, as these are predefined values).
upgrade ( integer $version ) Upgrade handler for global options.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $options )
$options array

display() 공개 메소드

Display the global options tab description.
public display ( )

doInitialUpgrade() 공개 메소드

Remove deprecated keys from global options, clarify two-level TOC key name.
public doInitialUpgrade ( )

filterDefaults() 정적인 공개 메소드

Filter the array of default values for the Global options tab.
static public filterDefaults ( array $defaults ) : array
$defaults array
리턴 array $defaults

getBooleanOptions() 정적인 공개 메소드

Get an array of options which return booleans.
static public getBooleanOptions ( ) : array
리턴 array $options

getDefaults() 정적인 공개 메소드

Get an array of default values for the global options tab.
static public getDefaults ( ) : array
리턴 array $defaults

getPredefinedOptions() 정적인 공개 메소드

Get an array of options which return predefined values.
static public getPredefinedOptions ( ) : array
리턴 array $options

getSlug() 정적인 공개 메소드

Get the slug for the global options tab.
static public getSlug ( ) : string
리턴 string $slug

getTitle() 정적인 공개 메소드

Get the localized title of the global options tab.
static public getTitle ( ) : string
리턴 string $title

init() 공개 메소드

Configure the global options tab using the settings API.
public init ( )

render() 공개 메소드

Render the PDF options tab form (NOT USED).
public render ( )

renderChapterNumbersField() 공개 메소드

Render the chapter_numbers checkbox.
public renderChapterNumbersField ( array $args )
$args array

renderCopyrightLicenseField() 공개 메소드

Render the copyright_license checkbox.
public renderCopyrightLicenseField ( array $args )
$args array

renderLanguagesField() 공개 메소드

Render the pressbooks_global_typography select.
public renderLanguagesField ( array $args )
$args array

renderTwoLevelTOCField() 공개 메소드

Render the parse_subsections checkbox.
public renderTwoLevelTOCField ( array $args )
$args array

sanitizeLanguages() 공개 메소드

Sanitize the languages (just returns the array or an empty array, as these are predefined values).
public sanitizeLanguages ( $input )

upgrade() 공개 메소드

Upgrade handler for global options.
public upgrade ( integer $version )
$version integer

프로퍼티 상세

$currentVersion 정적으로 공개적으로 프로퍼티

The value for option: pressbooks_theme_options_global_version
또한 보기: upgrade()
static public int $currentVersion
리턴 integer

$defaults 공개적으로 프로퍼티

Global theme defaults.
public array $defaults
리턴 array

$options 공개적으로 프로퍼티

Global theme options.
public array $options
리턴 array