diff --git a/.gitignore b/.gitignore index cb310a8..57fa17b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ vendor composer.lock cache/db.sqlite +cache/proxies/__CG__* config/* !config/_default.php .phpintel diff --git a/cache/proxy/__CG__EmotionHeroModelsEmotion.php b/cache/proxy/__CG__EmotionHeroModelsEmotion.php deleted file mode 100644 index 4f832fb..0000000 --- a/cache/proxy/__CG__EmotionHeroModelsEmotion.php +++ /dev/null @@ -1,224 +0,0 @@ -__initializer__ = $initializer; - $this->__cloner__ = $cloner; - } - - - - - - - - /** - * - * @return array - */ - public function __sleep() - { - if ($this->__isInitialized__) { - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Emotion' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Emotion' . "\0" . 'name', '' . "\0" . 'EmotionHero\\Models\\Emotion' . "\0" . 'targets']; - } - - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Emotion' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Emotion' . "\0" . 'name', '' . "\0" . 'EmotionHero\\Models\\Emotion' . "\0" . 'targets']; - } - - /** - * - */ - public function __wakeup() - { - if ( ! $this->__isInitialized__) { - $this->__initializer__ = function (Emotion $proxy) { - $proxy->__setInitializer(null); - $proxy->__setCloner(null); - - $existingProperties = get_object_vars($proxy); - - foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { - if ( ! array_key_exists($property, $existingProperties)) { - $proxy->$property = $defaultValue; - } - } - }; - - } - } - - /** - * - */ - public function __clone() - { - $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); - } - - /** - * Forces initialization of the proxy - */ - public function __load() - { - $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __isInitialized() - { - return $this->__isInitialized__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitialized($initialized) - { - $this->__isInitialized__ = $initialized; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitializer(\Closure $initializer = null) - { - $this->__initializer__ = $initializer; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __getInitializer() - { - return $this->__initializer__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setCloner(\Closure $cloner = null) - { - $this->__cloner__ = $cloner; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific cloning logic - */ - public function __getCloner() - { - return $this->__cloner__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - * @static - */ - public function __getLazyProperties() - { - return self::$lazyPropertiesDefaults; - } - - - /** - * {@inheritDoc} - */ - public function getId() - { - if ($this->__isInitialized__ === false) { - return (int) parent::getId(); - } - - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); - - return parent::getId(); - } - - /** - * {@inheritDoc} - */ - public function getName() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []); - - return parent::getName(); - } - - /** - * {@inheritDoc} - */ - public function setName($name) - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); - - return parent::setName($name); - } - - /** - * {@inheritDoc} - */ - public function getTargets() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTargets', []); - - return parent::getTargets(); - } - -} diff --git a/cache/proxy/__CG__EmotionHeroModelsGame.php b/cache/proxy/__CG__EmotionHeroModelsGame.php deleted file mode 100644 index c4b2aed..0000000 --- a/cache/proxy/__CG__EmotionHeroModelsGame.php +++ /dev/null @@ -1,257 +0,0 @@ -__initializer__ = $initializer; - $this->__cloner__ = $cloner; - } - - - - - - - - /** - * - * @return array - */ - public function __sleep() - { - if ($this->__isInitialized__) { - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'user', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'level', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'hits', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'score', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'createdAt']; - } - - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'user', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'level', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'hits', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'score', '' . "\0" . 'EmotionHero\\Models\\Game' . "\0" . 'createdAt']; - } - - /** - * - */ - public function __wakeup() - { - if ( ! $this->__isInitialized__) { - $this->__initializer__ = function (Game $proxy) { - $proxy->__setInitializer(null); - $proxy->__setCloner(null); - - $existingProperties = get_object_vars($proxy); - - foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { - if ( ! array_key_exists($property, $existingProperties)) { - $proxy->$property = $defaultValue; - } - } - }; - - } - } - - /** - * - */ - public function __clone() - { - $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); - } - - /** - * Forces initialization of the proxy - */ - public function __load() - { - $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __isInitialized() - { - return $this->__isInitialized__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitialized($initialized) - { - $this->__isInitialized__ = $initialized; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitializer(\Closure $initializer = null) - { - $this->__initializer__ = $initializer; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __getInitializer() - { - return $this->__initializer__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setCloner(\Closure $cloner = null) - { - $this->__cloner__ = $cloner; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific cloning logic - */ - public function __getCloner() - { - return $this->__cloner__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - * @static - */ - public function __getLazyProperties() - { - return self::$lazyPropertiesDefaults; - } - - - /** - * {@inheritDoc} - */ - public function getId() - { - if ($this->__isInitialized__ === false) { - return parent::getId(); - } - - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); - - return parent::getId(); - } - - /** - * {@inheritDoc} - */ - public function getUser() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUser', []); - - return parent::getUser(); - } - - /** - * {@inheritDoc} - */ - public function getLevel() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLevel', []); - - return parent::getLevel(); - } - - /** - * {@inheritDoc} - */ - public function getHits() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHits', []); - - return parent::getHits(); - } - - /** - * {@inheritDoc} - */ - public function getScore() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getScore', []); - - return parent::getScore(); - } - - /** - * {@inheritDoc} - */ - public function getCreatedAt() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); - - return parent::getCreatedAt(); - } - - /** - * {@inheritDoc} - */ - public function getPosition() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPosition', []); - - return parent::getPosition(); - } - -} diff --git a/cache/proxy/__CG__EmotionHeroModelsHit.php b/cache/proxy/__CG__EmotionHeroModelsHit.php deleted file mode 100644 index 0b1b02e..0000000 --- a/cache/proxy/__CG__EmotionHeroModelsHit.php +++ /dev/null @@ -1,176 +0,0 @@ -__initializer__ = $initializer; - $this->__cloner__ = $cloner; - } - - - - - - - - /** - * - * @return array - */ - public function __sleep() - { - if ($this->__isInitialized__) { - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'target', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'game', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'score', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'emotion', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'hits', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'gender', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'glasses', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'roll', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'pitch', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'yaw', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'inter_ocular_distance', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'mouth_open', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_press', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'brow_raise', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'nose_wrinkler', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_depressor', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'brow_furrow', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'attention', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'smile', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'inner_brow_raiser', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'chin_raiser', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'smirk', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_suck', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'upper_lip_raiser', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_pucker', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'eye_closure', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'engagement', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'valence', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'anger', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'contempt', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'disgust', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'fear', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'joy', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'sadness', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'surprise', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_0x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_0y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_1x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_1y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_2x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_2y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_3x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_3y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_4x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_4y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_5x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_5y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_6x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_6y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_7x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_7y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_8x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_8y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_9x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_9y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_10x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_10y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_11x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_11y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_12x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_12y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_13x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_13y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_14x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_14y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_15x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_15y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_16x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_16y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_17x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_17y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_18x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_18y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_19x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_19y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_20x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_20y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_21x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_21y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_22x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_22y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_23x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_23y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_24x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_24y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_25x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_25y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_26x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_26y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_27x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_27y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_28x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_28y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_29x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_29y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_30x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_30y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_31x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_31y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_32x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_32y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_33x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_33y']; - } - - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'target', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'game', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'score', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'emotion', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'hits', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'gender', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'glasses', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'roll', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'pitch', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'yaw', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'inter_ocular_distance', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'mouth_open', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_press', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'brow_raise', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'nose_wrinkler', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_depressor', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'brow_furrow', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'attention', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'smile', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'inner_brow_raiser', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'chin_raiser', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'smirk', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_suck', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'upper_lip_raiser', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'lip_pucker', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'eye_closure', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'engagement', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'valence', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'anger', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'contempt', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'disgust', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'fear', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'joy', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'sadness', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'surprise', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_0x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_0y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_1x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_1y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_2x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_2y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_3x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_3y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_4x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_4y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_5x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_5y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_6x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_6y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_7x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_7y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_8x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_8y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_9x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_9y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_10x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_10y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_11x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_11y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_12x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_12y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_13x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_13y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_14x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_14y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_15x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_15y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_16x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_16y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_17x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_17y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_18x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_18y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_19x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_19y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_20x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_20y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_21x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_21y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_22x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_22y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_23x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_23y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_24x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_24y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_25x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_25y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_26x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_26y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_27x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_27y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_28x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_28y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_29x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_29y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_30x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_30y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_31x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_31y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_32x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_32y', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_33x', '' . "\0" . 'EmotionHero\\Models\\Hit' . "\0" . 'point_33y']; - } - - /** - * - */ - public function __wakeup() - { - if ( ! $this->__isInitialized__) { - $this->__initializer__ = function (Hit $proxy) { - $proxy->__setInitializer(null); - $proxy->__setCloner(null); - - $existingProperties = get_object_vars($proxy); - - foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { - if ( ! array_key_exists($property, $existingProperties)) { - $proxy->$property = $defaultValue; - } - } - }; - - } - } - - /** - * - */ - public function __clone() - { - $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); - } - - /** - * Forces initialization of the proxy - */ - public function __load() - { - $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __isInitialized() - { - return $this->__isInitialized__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitialized($initialized) - { - $this->__isInitialized__ = $initialized; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitializer(\Closure $initializer = null) - { - $this->__initializer__ = $initializer; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __getInitializer() - { - return $this->__initializer__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setCloner(\Closure $cloner = null) - { - $this->__cloner__ = $cloner; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific cloning logic - */ - public function __getCloner() - { - return $this->__cloner__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - * @static - */ - public function __getLazyProperties() - { - return self::$lazyPropertiesDefaults; - } - - -} diff --git a/cache/proxy/__CG__EmotionHeroModelsLevel.php b/cache/proxy/__CG__EmotionHeroModelsLevel.php deleted file mode 100644 index da18a53..0000000 --- a/cache/proxy/__CG__EmotionHeroModelsLevel.php +++ /dev/null @@ -1,209 +0,0 @@ -__initializer__ = $initializer; - $this->__cloner__ = $cloner; - } - - - - - - - - /** - * - * @return array - */ - public function __sleep() - { - if ($this->__isInitialized__) { - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'name', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'targets', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'games']; - } - - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'name', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'targets', '' . "\0" . 'EmotionHero\\Models\\Level' . "\0" . 'games']; - } - - /** - * - */ - public function __wakeup() - { - if ( ! $this->__isInitialized__) { - $this->__initializer__ = function (Level $proxy) { - $proxy->__setInitializer(null); - $proxy->__setCloner(null); - - $existingProperties = get_object_vars($proxy); - - foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { - if ( ! array_key_exists($property, $existingProperties)) { - $proxy->$property = $defaultValue; - } - } - }; - - } - } - - /** - * - */ - public function __clone() - { - $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); - } - - /** - * Forces initialization of the proxy - */ - public function __load() - { - $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __isInitialized() - { - return $this->__isInitialized__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitialized($initialized) - { - $this->__isInitialized__ = $initialized; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitializer(\Closure $initializer = null) - { - $this->__initializer__ = $initializer; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __getInitializer() - { - return $this->__initializer__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setCloner(\Closure $cloner = null) - { - $this->__cloner__ = $cloner; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific cloning logic - */ - public function __getCloner() - { - return $this->__cloner__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - * @static - */ - public function __getLazyProperties() - { - return self::$lazyPropertiesDefaults; - } - - - /** - * {@inheritDoc} - */ - public function createTarget(\EmotionHero\Models\Emotion $emotion, float $score, float $time) - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'createTarget', [$emotion, $score, $time]); - - return parent::createTarget($emotion, $score, $time); - } - - /** - * {@inheritDoc} - */ - public function setId($id) - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'setId', [$id]); - - return parent::setId($id); - } - - /** - * {@inheritDoc} - */ - public function setName($name) - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]); - - return parent::setName($name); - } - -} diff --git a/cache/proxy/__CG__EmotionHeroModelsTarget.php b/cache/proxy/__CG__EmotionHeroModelsTarget.php deleted file mode 100644 index b1767e4..0000000 --- a/cache/proxy/__CG__EmotionHeroModelsTarget.php +++ /dev/null @@ -1,176 +0,0 @@ -__initializer__ = $initializer; - $this->__cloner__ = $cloner; - } - - - - - - - - /** - * - * @return array - */ - public function __sleep() - { - if ($this->__isInitialized__) { - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'position', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'level', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'time', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'emotion', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'score', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'hits']; - } - - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'position', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'level', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'time', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'emotion', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'score', '' . "\0" . 'EmotionHero\\Models\\Target' . "\0" . 'hits']; - } - - /** - * - */ - public function __wakeup() - { - if ( ! $this->__isInitialized__) { - $this->__initializer__ = function (Target $proxy) { - $proxy->__setInitializer(null); - $proxy->__setCloner(null); - - $existingProperties = get_object_vars($proxy); - - foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { - if ( ! array_key_exists($property, $existingProperties)) { - $proxy->$property = $defaultValue; - } - } - }; - - } - } - - /** - * - */ - public function __clone() - { - $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); - } - - /** - * Forces initialization of the proxy - */ - public function __load() - { - $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __isInitialized() - { - return $this->__isInitialized__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitialized($initialized) - { - $this->__isInitialized__ = $initialized; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitializer(\Closure $initializer = null) - { - $this->__initializer__ = $initializer; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __getInitializer() - { - return $this->__initializer__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setCloner(\Closure $cloner = null) - { - $this->__cloner__ = $cloner; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific cloning logic - */ - public function __getCloner() - { - return $this->__cloner__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - * @static - */ - public function __getLazyProperties() - { - return self::$lazyPropertiesDefaults; - } - - -} diff --git a/cache/proxy/__CG__EmotionHeroModelsUser.php b/cache/proxy/__CG__EmotionHeroModelsUser.php deleted file mode 100644 index 9ac76df..0000000 --- a/cache/proxy/__CG__EmotionHeroModelsUser.php +++ /dev/null @@ -1,279 +0,0 @@ -__initializer__ = $initializer; - $this->__cloner__ = $cloner; - } - - - - - - - - /** - * - * @return array - */ - public function __sleep() - { - if ($this->__isInitialized__) { - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\User' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\User' . "\0" . 'games', 'createdAt']; - } - - return ['__isInitialized__', '' . "\0" . 'EmotionHero\\Models\\User' . "\0" . 'id', '' . "\0" . 'EmotionHero\\Models\\User' . "\0" . 'games', 'createdAt']; - } - - /** - * - */ - public function __wakeup() - { - if ( ! $this->__isInitialized__) { - $this->__initializer__ = function (User $proxy) { - $proxy->__setInitializer(null); - $proxy->__setCloner(null); - - $existingProperties = get_object_vars($proxy); - - foreach ($proxy->__getLazyProperties() as $property => $defaultValue) { - if ( ! array_key_exists($property, $existingProperties)) { - $proxy->$property = $defaultValue; - } - } - }; - - } - } - - /** - * - */ - public function __clone() - { - $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []); - } - - /** - * Forces initialization of the proxy - */ - public function __load() - { - $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []); - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __isInitialized() - { - return $this->__isInitialized__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitialized($initialized) - { - $this->__isInitialized__ = $initialized; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setInitializer(\Closure $initializer = null) - { - $this->__initializer__ = $initializer; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __getInitializer() - { - return $this->__initializer__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - */ - public function __setCloner(\Closure $cloner = null) - { - $this->__cloner__ = $cloner; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific cloning logic - */ - public function __getCloner() - { - return $this->__cloner__; - } - - /** - * {@inheritDoc} - * @internal generated method: use only when explicitly handling proxy specific loading logic - * @static - */ - public function __getLazyProperties() - { - return self::$lazyPropertiesDefaults; - } - - - /** - * {@inheritDoc} - */ - public function setCreatedAt(\DateTime $createdAt) - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); - - return parent::setCreatedAt($createdAt); - } - - /** - * {@inheritDoc} - */ - public function getCreatedAt() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); - - return parent::getCreatedAt(); - } - - /** - * {@inheritDoc} - */ - public function getRoles() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRoles', []); - - return parent::getRoles(); - } - - /** - * {@inheritDoc} - */ - public function getPassword() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPassword', []); - - return parent::getPassword(); - } - - /** - * {@inheritDoc} - */ - public function getSalt() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSalt', []); - - return parent::getSalt(); - } - - /** - * {@inheritDoc} - */ - public function getUsername() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUsername', []); - - return parent::getUsername(); - } - - /** - * {@inheritDoc} - */ - public function eraseCredentials() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'eraseCredentials', []); - - return parent::eraseCredentials(); - } - - /** - * {@inheritDoc} - */ - public function getId() - { - if ($this->__isInitialized__ === false) { - return parent::getId(); - } - - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); - - return parent::getId(); - } - - /** - * {@inheritDoc} - */ - public function getJwt() - { - - $this->__initializer__ && $this->__initializer__->__invoke($this, 'getJwt', []); - - return parent::getJwt(); - } - -}