Apple_Actions\Index\Export::perform PHP Метод

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

Perform the export and return the results.
public perform ( ) : string
Результат string The JSON data
    public function perform()
    {
        $exporter = $this->fetch_exporter();
        return $exporter->export();
    }