Apple_Actions\Index\Export::perform PHP Method

perform() public method

Perform the export and return the results.
public perform ( ) : string
return string The JSON data
    public function perform()
    {
        $exporter = $this->fetch_exporter();
        return $exporter->export();
    }