Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created March 10, 2015 13:03
Show Gist options
  • Save amitaibu/910699aa1b8b7323da58 to your computer and use it in GitHub Desktop.
Save amitaibu/910699aa1b8b7323da58 to your computer and use it in GitHub Desktop.
public function createEntity() {
$query
if () {
return parent::createEntity();
}
return parent::updateEntity($id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment