Pimcore\Web2Print\Processor::saveJobConfigObjectFile PHP Method

saveJobConfigObjectFile() protected method

protected saveJobConfigObjectFile ( $jobConfig ) : boolean
$jobConfig
return boolean
    protected function saveJobConfigObjectFile($jobConfig)
    {
        file_put_contents($this->getJobConfigFile($jobConfig->documentId), json_encode($jobConfig));
        return true;
    }