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

execute() public method

Execute the extra
public execute ( )
    public function execute()
    {
        parent::execute();
        $this->getData();
        $this->loadTemplate();
        $this->parse();
    }