Include relationships in login response
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
dyb-tech.com/LaLiga-BackEnd/pipeline/head This commit looks good
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class CustomRole extends \DMD\LaLigaApi\Entity\CustomRole implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'entityId' => [parent::class, 'entityId', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'name' => [parent::class, 'name', null],
|
||||
"\0".parent::class."\0".'user' => [parent::class, 'user', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'entityId' => [parent::class, 'entityId', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'name' => [parent::class, 'name', null],
|
||||
'user' => [parent::class, 'user', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Facility extends \DMD\LaLigaApi\Entity\Facility implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'active' => [parent::class, 'active', null],
|
||||
"\0".parent::class."\0".'address' => [parent::class, 'address', null],
|
||||
"\0".parent::class."\0".'availableHours' => [parent::class, 'availableHours', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'games' => [parent::class, 'games', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'name' => [parent::class, 'name', null],
|
||||
"\0".parent::class."\0".'season' => [parent::class, 'season', null],
|
||||
"\0".parent::class."\0".'teams' => [parent::class, 'teams', null],
|
||||
'active' => [parent::class, 'active', null],
|
||||
'address' => [parent::class, 'address', null],
|
||||
'availableHours' => [parent::class, 'availableHours', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'games' => [parent::class, 'games', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'name' => [parent::class, 'name', null],
|
||||
'season' => [parent::class, 'season', null],
|
||||
'teams' => [parent::class, 'teams', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class File extends \DMD\LaLigaApi\Entity\File implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'game' => [parent::class, 'game', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'name' => [parent::class, 'name', null],
|
||||
"\0".parent::class."\0".'player' => [parent::class, 'player', null],
|
||||
"\0".parent::class."\0".'season' => [parent::class, 'season', null],
|
||||
"\0".parent::class."\0".'type' => [parent::class, 'type', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'game' => [parent::class, 'game', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'name' => [parent::class, 'name', null],
|
||||
'player' => [parent::class, 'player', null],
|
||||
'season' => [parent::class, 'season', null],
|
||||
'type' => [parent::class, 'type', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Game extends \DMD\LaLigaApi\Entity\Game implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'awayTeam' => [parent::class, 'awayTeam', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'facility' => [parent::class, 'facility', null],
|
||||
"\0".parent::class."\0".'files' => [parent::class, 'files', null],
|
||||
"\0".parent::class."\0".'gameDateTime' => [parent::class, 'gameDateTime', null],
|
||||
"\0".parent::class."\0".'homeTeam' => [parent::class, 'homeTeam', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'notes' => [parent::class, 'notes', null],
|
||||
"\0".parent::class."\0".'plannedDate' => [parent::class, 'plannedDate', null],
|
||||
"\0".parent::class."\0".'pointsAway' => [parent::class, 'pointsAway', null],
|
||||
"\0".parent::class."\0".'pointsHome' => [parent::class, 'pointsHome', null],
|
||||
"\0".parent::class."\0".'season' => [parent::class, 'season', null],
|
||||
"\0".parent::class."\0".'updatedAt' => [parent::class, 'updatedAt', null],
|
||||
'awayTeam' => [parent::class, 'awayTeam', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'facility' => [parent::class, 'facility', null],
|
||||
'files' => [parent::class, 'files', null],
|
||||
'gameDateTime' => [parent::class, 'gameDateTime', null],
|
||||
'homeTeam' => [parent::class, 'homeTeam', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'notes' => [parent::class, 'notes', null],
|
||||
'plannedDate' => [parent::class, 'plannedDate', null],
|
||||
'pointsAway' => [parent::class, 'pointsAway', null],
|
||||
'pointsHome' => [parent::class, 'pointsHome', null],
|
||||
'season' => [parent::class, 'season', null],
|
||||
'updatedAt' => [parent::class, 'updatedAt', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class League extends \DMD\LaLigaApi\Entity\League implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'active' => [parent::class, 'active', null],
|
||||
"\0".parent::class."\0".'blockedMatchDates' => [parent::class, 'blockedMatchDates', null],
|
||||
"\0".parent::class."\0".'city' => [parent::class, 'city', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'description' => [parent::class, 'description', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'isPublic' => [parent::class, 'isPublic', null],
|
||||
"\0".parent::class."\0".'logo' => [parent::class, 'logo', null],
|
||||
"\0".parent::class."\0".'matchesBetweenTeams' => [parent::class, 'matchesBetweenTeams', null],
|
||||
"\0".parent::class."\0".'name' => [parent::class, 'name', null],
|
||||
"\0".parent::class."\0".'seasons' => [parent::class, 'seasons', null],
|
||||
'active' => [parent::class, 'active', null],
|
||||
'blockedMatchDates' => [parent::class, 'blockedMatchDates', null],
|
||||
'city' => [parent::class, 'city', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'description' => [parent::class, 'description', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'isPublic' => [parent::class, 'isPublic', null],
|
||||
'logo' => [parent::class, 'logo', null],
|
||||
'matchesBetweenTeams' => [parent::class, 'matchesBetweenTeams', null],
|
||||
'name' => [parent::class, 'name', null],
|
||||
'seasons' => [parent::class, 'seasons', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Log extends \DMD\LaLigaApi\Entity\Log implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'code' => [parent::class, 'code', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'message' => [parent::class, 'message', null],
|
||||
"\0".parent::class."\0".'payload' => [parent::class, 'payload', null],
|
||||
'code' => [parent::class, 'code', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'message' => [parent::class, 'message', null],
|
||||
'payload' => [parent::class, 'payload', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Notification extends \DMD\LaLigaApi\Entity\Notification implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'isRead' => [parent::class, 'isRead', null],
|
||||
"\0".parent::class."\0".'league' => [parent::class, 'league', null],
|
||||
"\0".parent::class."\0".'message' => [parent::class, 'message', null],
|
||||
"\0".parent::class."\0".'readAt' => [parent::class, 'readAt', null],
|
||||
"\0".parent::class."\0".'teamId' => [parent::class, 'teamId', null],
|
||||
"\0".parent::class."\0".'type' => [parent::class, 'type', null],
|
||||
"\0".parent::class."\0".'userToNotify' => [parent::class, 'userToNotify', null],
|
||||
"\0".parent::class."\0".'userWhoFiredEvent' => [parent::class, 'userWhoFiredEvent', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'isRead' => [parent::class, 'isRead', null],
|
||||
'league' => [parent::class, 'league', null],
|
||||
'message' => [parent::class, 'message', null],
|
||||
'readAt' => [parent::class, 'readAt', null],
|
||||
'teamId' => [parent::class, 'teamId', null],
|
||||
'type' => [parent::class, 'type', null],
|
||||
'userToNotify' => [parent::class, 'userToNotify', null],
|
||||
'userWhoFiredEvent' => [parent::class, 'userWhoFiredEvent', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Player extends \DMD\LaLigaApi\Entity\Player implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'birthday' => [parent::class, 'birthday', null],
|
||||
"\0".parent::class."\0".'files' => [parent::class, 'files', null],
|
||||
"\0".parent::class."\0".'firstName' => [parent::class, 'firstName', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'isFederated' => [parent::class, 'isFederated', null],
|
||||
"\0".parent::class."\0".'jerseyNumber' => [parent::class, 'jerseyNumber', null],
|
||||
"\0".parent::class."\0".'lastName' => [parent::class, 'lastName', null],
|
||||
"\0".parent::class."\0".'pictureFileName' => [parent::class, 'pictureFileName', null],
|
||||
"\0".parent::class."\0".'position' => [parent::class, 'position', null],
|
||||
"\0".parent::class."\0".'team' => [parent::class, 'team', null],
|
||||
'birthday' => [parent::class, 'birthday', null],
|
||||
'files' => [parent::class, 'files', null],
|
||||
'firstName' => [parent::class, 'firstName', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'isFederated' => [parent::class, 'isFederated', null],
|
||||
'jerseyNumber' => [parent::class, 'jerseyNumber', null],
|
||||
'lastName' => [parent::class, 'lastName', null],
|
||||
'pictureFileName' => [parent::class, 'pictureFileName', null],
|
||||
'position' => [parent::class, 'position', null],
|
||||
'team' => [parent::class, 'team', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Season extends \DMD\LaLigaApi\Entity\Season implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'active' => [parent::class, 'active', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'dateStart' => [parent::class, 'dateStart', null],
|
||||
"\0".parent::class."\0".'facilities' => [parent::class, 'facilities', null],
|
||||
"\0".parent::class."\0".'files' => [parent::class, 'files', null],
|
||||
"\0".parent::class."\0".'games' => [parent::class, 'games', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'league' => [parent::class, 'league', null],
|
||||
"\0".parent::class."\0".'pointsPerDraw' => [parent::class, 'pointsPerDraw', null],
|
||||
"\0".parent::class."\0".'pointsPerLoss' => [parent::class, 'pointsPerLoss', null],
|
||||
"\0".parent::class."\0".'pointsPerWin' => [parent::class, 'pointsPerWin', null],
|
||||
"\0".parent::class."\0".'teams' => [parent::class, 'teams', null],
|
||||
"\0".parent::class."\0".'updatedAt' => [parent::class, 'updatedAt', null],
|
||||
'active' => [parent::class, 'active', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'dateStart' => [parent::class, 'dateStart', null],
|
||||
'facilities' => [parent::class, 'facilities', null],
|
||||
'files' => [parent::class, 'files', null],
|
||||
'games' => [parent::class, 'games', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'league' => [parent::class, 'league', null],
|
||||
'pointsPerDraw' => [parent::class, 'pointsPerDraw', null],
|
||||
'pointsPerLoss' => [parent::class, 'pointsPerLoss', null],
|
||||
'pointsPerWin' => [parent::class, 'pointsPerWin', null],
|
||||
'teams' => [parent::class, 'teams', null],
|
||||
'updatedAt' => [parent::class, 'updatedAt', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class SeasonData extends \DMD\LaLigaApi\Entity\SeasonData implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'points' => [parent::class, 'points', null],
|
||||
"\0".parent::class."\0".'season' => [parent::class, 'season', null],
|
||||
"\0".parent::class."\0".'team' => [parent::class, 'team', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'points' => [parent::class, 'points', null],
|
||||
'season' => [parent::class, 'season', null],
|
||||
'team' => [parent::class, 'team', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class Team extends \DMD\LaLigaApi\Entity\Team implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'active' => [parent::class, 'active', null],
|
||||
"\0".parent::class."\0".'captain' => [parent::class, 'captain', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'homeFacility' => [parent::class, 'homeFacility', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'name' => [parent::class, 'name', null],
|
||||
"\0".parent::class."\0".'players' => [parent::class, 'players', null],
|
||||
"\0".parent::class."\0".'seasonData' => [parent::class, 'seasonData', null],
|
||||
"\0".parent::class."\0".'seasons' => [parent::class, 'seasons', null],
|
||||
'active' => [parent::class, 'active', null],
|
||||
'captain' => [parent::class, 'captain', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'homeFacility' => [parent::class, 'homeFacility', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'name' => [parent::class, 'name', null],
|
||||
'players' => [parent::class, 'players', null],
|
||||
'seasonData' => [parent::class, 'seasonData', null],
|
||||
'seasons' => [parent::class, 'seasons', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
|
||||
namespace Proxies\__CG__\DMD\LaLigaApi\Entity;
|
||||
|
||||
/**
|
||||
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
|
||||
*/
|
||||
class User extends \DMD\LaLigaApi\Entity\User implements \Doctrine\ORM\Proxy\InternalProxy
|
||||
{
|
||||
use \Symfony\Component\VarExporter\LazyGhostTrait {
|
||||
initializeLazyObject as __load;
|
||||
setLazyObjectAsInitialized as public __setInitialized;
|
||||
isLazyObjectInitialized as private;
|
||||
createLazyGhost as private;
|
||||
resetLazyObject as private;
|
||||
}
|
||||
|
||||
private const LAZY_OBJECT_PROPERTY_SCOPES = [
|
||||
"\0".parent::class."\0".'active' => [parent::class, 'active', null],
|
||||
"\0".parent::class."\0".'birthday' => [parent::class, 'birthday', null],
|
||||
"\0".parent::class."\0".'createdAt' => [parent::class, 'createdAt', null],
|
||||
"\0".parent::class."\0".'customRoles' => [parent::class, 'customRoles', null],
|
||||
"\0".parent::class."\0".'email' => [parent::class, 'email', null],
|
||||
"\0".parent::class."\0".'firstName' => [parent::class, 'firstName', null],
|
||||
"\0".parent::class."\0".'id' => [parent::class, 'id', null],
|
||||
"\0".parent::class."\0".'lastName' => [parent::class, 'lastName', null],
|
||||
"\0".parent::class."\0".'noteList' => [parent::class, 'noteList', null],
|
||||
"\0".parent::class."\0".'password' => [parent::class, 'password', null],
|
||||
"\0".parent::class."\0".'phone' => [parent::class, 'phone', null],
|
||||
"\0".parent::class."\0".'privacyPolicy' => [parent::class, 'privacyPolicy', null],
|
||||
"\0".parent::class."\0".'profilePicture' => [parent::class, 'profilePicture', null],
|
||||
"\0".parent::class."\0".'receivedNotifications' => [parent::class, 'receivedNotifications', null],
|
||||
"\0".parent::class."\0".'roles' => [parent::class, 'roles', null],
|
||||
"\0".parent::class."\0".'sentNotifications' => [parent::class, 'sentNotifications', null],
|
||||
"\0".parent::class."\0".'team' => [parent::class, 'team', null],
|
||||
'active' => [parent::class, 'active', null],
|
||||
'birthday' => [parent::class, 'birthday', null],
|
||||
'createdAt' => [parent::class, 'createdAt', null],
|
||||
'customRoles' => [parent::class, 'customRoles', null],
|
||||
'email' => [parent::class, 'email', null],
|
||||
'firstName' => [parent::class, 'firstName', null],
|
||||
'id' => [parent::class, 'id', null],
|
||||
'lastName' => [parent::class, 'lastName', null],
|
||||
'noteList' => [parent::class, 'noteList', null],
|
||||
'password' => [parent::class, 'password', null],
|
||||
'phone' => [parent::class, 'phone', null],
|
||||
'privacyPolicy' => [parent::class, 'privacyPolicy', null],
|
||||
'profilePicture' => [parent::class, 'profilePicture', null],
|
||||
'receivedNotifications' => [parent::class, 'receivedNotifications', null],
|
||||
'roles' => [parent::class, 'roles', null],
|
||||
'sentNotifications' => [parent::class, 'sentNotifications', null],
|
||||
'team' => [parent::class, 'team', null],
|
||||
];
|
||||
|
||||
public function __isInitialized(): bool
|
||||
{
|
||||
return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
|
||||
}
|
||||
|
||||
public function __serialize(): array
|
||||
{
|
||||
$properties = (array) $this;
|
||||
unset($properties["\0" . self::class . "\0lazyObjectState"]);
|
||||
|
||||
return $properties;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user