Backend\Modules\Settings\Actions\Seo::loadForm PHP Метод

loadForm() приватный Метод

Load the form
private loadForm ( )
    private function loadForm()
    {
        $this->frm = new BackendForm('settingsSeo');
        $this->frm->addCheckbox('seo_noodp', $this->get('fork.settings')->get('Core', 'seo_noodp', false));
        $this->frm->addCheckbox('seo_noydir', $this->get('fork.settings')->get('Core', 'seo_noydir', false));
        $this->frm->addCheckbox('seo_nofollow_in_comments', $this->get('fork.settings')->get('Core', 'seo_nofollow_in_comments', false));
    }