Skip to content

Instantly share code, notes, and snippets.

/entities.php Secret

Created May 25, 2017 20:57
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 anonymous/670ef8a66a390bef35011306d7a22a5e to your computer and use it in GitHub Desktop.
Save anonymous/670ef8a66a390bef35011306d7a22a5e to your computer and use it in GitHub Desktop.
$originalEntity:
object(Cake\ORM\Entity) {
'id' => (int) 157,
'created' => object(Cake\I18n\FrozenTime) {
'time' => '2017-05-22T15:33:00+00:00',
'timezone' => 'UTC',
'fixedNowTime' => false
},
'modified' => object(Cake\I18n\FrozenTime) {
'time' => '2017-05-25T20:52:31+00:00',
'timezone' => 'UTC',
'fixedNowTime' => false
},
'attachments' => [],
'editable_pointpair' => '',
'duplicate_deficiency' => '',
'uploaded_from_plugin' => '',
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [
'attachments' => true
],
'[original]' => [
]
],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Results'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment