Pressbooks\Modules\ThemeOptions\PDFOptions::renderBottomMarginField PHP Метод

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

Render the pdf_page_margin_bottom input.
public renderBottomMarginField ( array $args )
$args array
    function renderBottomMarginField($args)
    {
        $this->renderField('pdf_page_margin_bottom', 'pressbooks_theme_options_' . $this->getSlug(), 'pdf_page_margin_bottom', @$this->options['pdf_page_margin_bottom'], $args[0], '', 'text', 'small-text');
    }