Skip to content

Instantly share code, notes, and snippets.

@nickstewart95
Created May 27, 2020 00:51
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 nickstewart95/7bbf59b1dd54a4cd2a3287851b66aa25 to your computer and use it in GitHub Desktop.
Save nickstewart95/7bbf59b1dd54a4cd2a3287851b66aa25 to your computer and use it in GitHub Desktop.
public function createObject() {
$object = [
'_id' => $this->id,
'_type' => 'employee',
'name' => $this->name,
'slug' => $this->slug,
];
return $object;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment