Method |
Description |
|
__construct ( array $options ) |
Constructor. |
|
display ( ) |
Display the mPDF options tab description. |
|
filterDefaults ( array $defaults ) : array |
Filter the array of default values for the mPDF options tab. |
|
getBooleanOptions ( ) : array |
Get an array of options which return booleans. |
|
getDefaults ( ) : array |
Get an array of default values for the mPDF options tab. |
|
getIntegerOptions ( ) : array |
Get an array of options which return integers. |
|
getPredefinedOptions ( ) : array |
Get an array of options which return predefined values. |
|
getSlug ( ) : string |
Get the slug for the mPDF options tab. |
|
getTitle ( ) : string |
Get the localized title of the mPDF options tab. |
|
init ( ) |
Configure the mPDF options tab using the settings API. |
|
render ( ) |
Render the mPDF options tab form (NOT USED). |
|
renderCoverImageField ( array $args ) |
Render the mpdf_include_cover checkbox. |
|
renderFontSizeField ( array $args ) |
Render the mpdf_fontsize checkbox. |
|
renderHyphensField ( array $args ) |
Render the mpdf_hyphens checkbox. |
|
renderIndentParagraphsField ( array $args ) |
Render the mpdf_indent_paragraphs checkbox. |
|
renderLeftMarginField ( array $args ) |
Render the mpdf_margin_left input. |
|
renderMirrorMarginsField ( array $args ) |
Render the mpdf_mirror_margins checkbox. |
|
renderPageSizeField ( array $args ) |
Render the mpdf_page_size input. |
|
renderRightMarginField ( array $args ) |
Render the mpdf_margin_right input. |
|
renderTOCField ( array $args ) |
Render the mpdf_include_toc checkbox. |
|
upgrade ( integer $version ) |
Upgrade handler for mPDF options (none at present). |
|