Method |
Description |
|
__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. |
|