function __construct($data, $jobSubType) { parent::__construct($data); $this->protocol = $jobSubType; $this->srcFile = str_replace('//', '/', trim($this->data->srcFileSyncLocalPath)); $this->destFile = str_replace('//', '/', trim($this->data->destFileSyncStoredPath)); }
function __construct($data, $jobSubType) { KalturaLog::debug("initializing export process"); parent::__construct($data); $this->protocol = $jobSubType; $this->srcFile = str_replace('//', '/', trim($this->data->srcFileSyncLocalPath)); $this->destFile = str_replace('//', '/', trim($this->data->destFileSyncStoredPath)); }