Frontend\Modules\Faq\Widgets\AskOwnQuestion::execute PHP Метод

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

Execute the extra
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->loadTemplate();
        if (!$this->get('fork.settings')->get('Faq', 'allow_own_question', false)) {
            return;
        }
        $this->loadForm();
        $this->validateForm();
        $this->parse();
    }