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

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

Render the pdf_hyphens checkbox.
public renderHyphenationField ( array $args )
$args array
    function renderHyphenationField($args)
    {
        $this->renderCheckbox('pdf_hyphens', 'pressbooks_theme_options_' . $this->getSlug(), 'pdf_hyphens', @$this->options['pdf_hyphens'], $args[0]);
    }