Frontend\Modules\Blog\Actions\Rss::execute PHP Method

execute() public method

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