コード例 #1
0
 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));
 }
コード例 #2
0
 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));
 }