コード例 #1
0
ファイル: AbstractEngine.php プロジェクト: koolkode/process
 protected function syncModifiedExecution(Execution $execution, array $syncData)
 {
     $execution->setSyncData($syncData);
     $execution->setSyncState(Execution::SYNC_STATE_NO_CHANGE);
     $this->debug('Sync modified {execution}', ['execution' => (string) $execution]);
 }