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();
    }