Apple_Actions\Index\Export::perform PHP Méthode

perform() public méthode

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