PHP Класс Pressbooks\Modules\ThemeOptions\EbookOptions

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

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

Свойство Тип Описание
$currentVersion integer The value for option: pressbooks_theme_options_ebook_version
$defaults array Web theme defaults.
$options array Web theme options.

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

Метод Описание
__construct ( array $options ) Constructor.
display ( ) Display the Ebook options tab description.
doInitialUpgrade ( ) Update values to human-readable equivalents within Ebook options.
filterDefaults ( array $defaults ) : array Filter the array of default values for the Ebook options tab.
getBooleanOptions ( ) : array Get an array of options which return booleans.
getDefaults ( ) : array Get an array of default values for the Ebook options tab.
getPredefinedOptions ( ) : array Get an array of options which return predefined values.
getSlug ( ) : string Get the slug for the Ebook options tab.
getTitle ( ) : string Get the localized title of the Ebook options tab.
init ( ) Configure the ebook options tab using the settings API.
render ( ) Render the Ebook options tab form (NOT USED).
renderCompressImagesField ( array $args ) Render the ebook_compress_images checkbox.
renderParagraphSeparationField ( array $args ) Render the ebook_paragraph_separation radio buttons.
upgrade ( integer $version ) Upgrade handler for Ebook options.

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

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

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

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

Display the Ebook options tab description.
public display ( )

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

Update values to human-readable equivalents within Ebook options.
public doInitialUpgrade ( )

filterDefaults() статический публичный Метод

Filter the array of default values for the Ebook 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 Ebook 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 Ebook options tab.
static public getSlug ( ) : string
Результат string $slug

getTitle() статический публичный Метод

Get the localized title of the Ebook options tab.
static public getTitle ( ) : string
Результат string $title

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

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

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

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

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

Render the ebook_compress_images checkbox.
public renderCompressImagesField ( array $args )
$args array

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

Render the ebook_paragraph_separation radio buttons.
public renderParagraphSeparationField ( array $args )
$args array

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

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

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

$currentVersion статическое публичное свойство

The value for option: pressbooks_theme_options_ebook_version
См. также: upgrade()
static public int $currentVersion
Результат integer

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

Web theme defaults.
public array $defaults
Результат array

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

Web theme options.
public array $options
Результат array