Pimcore\Web2Print\Processor::getJobConfigFile PHP 메소드

getJobConfigFile() 공개 정적인 메소드

public static getJobConfigFile ( $processId ) : string
$processId
리턴 string
    public static function getJobConfigFile($processId)
    {
        return PIMCORE_SYSTEM_TEMP_DIRECTORY . DIRECTORY_SEPARATOR . "pdf-creation-job-" . $processId . ".json";
    }