Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active April 29, 2021 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/37108b975f23284e69eff888ba7b146e to your computer and use it in GitHub Desktop.
Save mcsee/37108b975f23284e69eff888ba7b146e to your computer and use it in GitHub Desktop.
<?
private function getDataToPersist($runTime, $isClustering) {
return [
'processId' => $this->processId,
'date' => new Timestamp(),
'runTime' => $runTime,
'isClustering' => $isClustering
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment