Skip to content

Instantly share code, notes, and snippets.

@cpierce
Created June 3, 2016 05:29
Show Gist options
  • Save cpierce/e2d7577136d30cfc5a28f3d8d4a8263a to your computer and use it in GitHub Desktop.
Save cpierce/e2d7577136d30cfc5a28f3d8d4a8263a to your computer and use it in GitHub Desktop.
object(App\Model\Entity\Calendar) {
'id' => (int) 1,
'title' => 'TEST 1',
'calendar_event_count' => (int) 0,
'is_visible' => true,
'api_key_id' => (int) 1,
'color' => null,
'created' => null,
'modified' => object(Cake\I18n\FrozenTime) {
'time' => '2016-06-02T21:50:29+00:00',
'timezone' => 'UTC',
'fixedNowTime' => false
},
'[new]' => false,
'[accessible]' => [
'*' => true
],
'[dirty]' => [],
'[original]' => [],
'[virtual]' => [],
'[errors]' => [],
'[invalid]' => [],
'[repository]' => 'Calendars'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment