Frontend\Modules\Faq\Actions\Detail::execute PHP Method

execute() public method

Execute the extra
public execute ( )
    public function execute()
    {
        parent::execute();
        // hide contentTitle, in the template the title is wrapped with an inverse-option
        $this->tpl->assignGlobal('hideContentTitle', true);
        $this->loadTemplate();
        $this->getData();
        $this->updateStatistics();
        $this->loadForm();
        $this->validateForm();
        $this->parse();
    }