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

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

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

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

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

Метод Описание
__construct ( array $options ) Constructor.
display ( ) Display the web options tab description.
doInitialUpgrade ( ) Remove deprecated keys from web options.
filterDefaults ( array $defaults ) : array Filter the array of default values for the web options tab.
getBooleanOptions ( ) : array Get an array of options which return booleans.
getDefaults ( ) : array Get an array of default values for the web options tab.
getSlug ( ) : string Get the slug for the web options tab.
getTitle ( ) : string Get the localized title of the web options tab.
init ( ) Configure the web options tab using the settings API.
render ( ) Render the web options tab form (NOT USED).
renderPartTitle ( array $args ) Render the social_media checkbox.
renderSocialMediaField ( array $args ) Render the social_media checkbox.
upgrade ( integer $version ) Upgrade handler for web options.

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

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

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

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

Display the web options tab description.
public display ( )

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

Remove deprecated keys from web options.
public doInitialUpgrade ( )

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

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

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

Get the slug for the web options tab.
static public getSlug ( ) : string
Результат string $slug

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

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

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

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

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

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

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

Render the social_media checkbox.
public renderPartTitle ( array $args )
$args array

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

Render the social_media checkbox.
public renderSocialMediaField ( array $args )
$args array

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

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

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

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

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

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

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

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

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