Skip to content

Instantly share code, notes, and snippets.

class Gigya
{
+ protected $properties = [
+ 'cmsId' => null,
+ 'UID' => null,
+ 'emails' => [],
+ 'createdTimestamp' => null,
+ 'lastLoginTimestamp' => null,
+ 'data' => [],
+ 'profile' => [
@danielhouriez
danielhouriez / Advent of code - Inputs
Last active December 14, 2015 13:25
Advent of code - Inputs
-
@danielhouriez
danielhouriez / Advent of code
Last active December 14, 2015 14:04
Advent of code
-