<?php
namespace Proxies\__CG__\App\MDS\GreenPatioBundle\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class ReservationLoungeDetails extends \App\MDS\GreenPatioBundle\Entity\ReservationLoungeDetails implements \Doctrine\ORM\Proxy\Proxy
{
/**
* @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
* three parameters, being respectively the proxy object to be initialized, the method that triggered the
* initialization process and an array of ordered parameters that were passed to that method.
*
* @see \Doctrine\Common\Proxy\Proxy::__setInitializer
*/
public $__initializer__;
/**
* @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
*
* @see \Doctrine\Common\Proxy\Proxy::__setCloner
*/
public $__cloner__;
/**
* @var boolean flag indicating if this object was already initialized
*
* @see \Doctrine\Persistence\Proxy::__isInitialized
*/
public $__isInitialized__ = false;
/**
* @var array<string, null> properties to be lazy loaded, indexed by property name
*/
public static $lazyPropertiesNames = array (
);
/**
* @var array<string, mixed> default values of properties to be lazy loaded, with keys being the property names
*
* @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties
*/
public static $lazyPropertiesDefaults = array (
);
public function __construct(?\Closure $initializer = null, ?\Closure $cloner = null)
{
$this->__initializer__ = $initializer;
$this->__cloner__ = $cloner;
}
/**
*
* @return array
*/
public function __sleep()
{
if ($this->__isInitialized__) {
return ['__isInitialized__', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'id', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'name', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'createdId', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'createdAt', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'updatedId', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'updatedAt', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'meters', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'length', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'width', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'height', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capSchool', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capTheater', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capCocktail', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capBanquet', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capImperial', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'rankLounge', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'combo', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'htItems'];
}
return ['__isInitialized__', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'id', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'name', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'createdId', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'createdAt', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'updatedId', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'updatedAt', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'meters', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'length', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'width', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'height', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capSchool', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capTheater', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capCocktail', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capBanquet', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'capImperial', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'rankLounge', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'combo', '' . "\0" . 'App\\MDS\\GreenPatioBundle\\Entity\\ReservationLoungeDetails' . "\0" . 'htItems'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (ReservationLoungeDetails $proxy) {
$proxy->__setInitializer(null);
$proxy->__setCloner(null);
$existingProperties = get_object_vars($proxy);
foreach ($proxy::$lazyPropertiesDefaults 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(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __isInitialized(): bool
{
return $this->__isInitialized__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitialized($initialized): void
{
$this->__isInitialized__ = $initialized;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitializer(\Closure $initializer = null): void
{
$this->__initializer__ = $initializer;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __getInitializer(): ?\Closure
{
return $this->__initializer__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setCloner(\Closure $cloner = null): void
{
$this->__cloner__ = $cloner;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific cloning logic
*/
public function __getCloner(): ?\Closure
{
return $this->__cloner__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
* @deprecated no longer in use - generated code now relies on internal components rather than generated public API
* @static
*/
public function __getLazyProperties(): array
{
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 setName($name)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]);
return parent::setName($name);
}
/**
* {@inheritDoc}
*/
public function getName()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []);
return parent::getName();
}
/**
* {@inheritDoc}
*/
public function setCreatedId($createdId)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedId', [$createdId]);
return parent::setCreatedId($createdId);
}
/**
* {@inheritDoc}
*/
public function getCreatedId()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedId', []);
return parent::getCreatedId();
}
/**
* {@inheritDoc}
*/
public function setCreatedAt($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 setUpdatedId($updatedId)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedId', [$updatedId]);
return parent::setUpdatedId($updatedId);
}
/**
* {@inheritDoc}
*/
public function getUpdatedId()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedId', []);
return parent::getUpdatedId();
}
/**
* {@inheritDoc}
*/
public function setUpdatedAt($updatedAt)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]);
return parent::setUpdatedAt($updatedAt);
}
/**
* {@inheritDoc}
*/
public function getUpdatedAt()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []);
return parent::getUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setMeters($meters)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setMeters', [$meters]);
return parent::setMeters($meters);
}
/**
* {@inheritDoc}
*/
public function getMeters()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getMeters', []);
return parent::getMeters();
}
/**
* {@inheritDoc}
*/
public function setLength($length)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLength', [$length]);
return parent::setLength($length);
}
/**
* {@inheritDoc}
*/
public function getLength()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLength', []);
return parent::getLength();
}
/**
* {@inheritDoc}
*/
public function setWidth($width)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setWidth', [$width]);
return parent::setWidth($width);
}
/**
* {@inheritDoc}
*/
public function getWidth()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getWidth', []);
return parent::getWidth();
}
/**
* {@inheritDoc}
*/
public function setHeight($height)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setHeight', [$height]);
return parent::setHeight($height);
}
/**
* {@inheritDoc}
*/
public function getHeight()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHeight', []);
return parent::getHeight();
}
/**
* {@inheritDoc}
*/
public function setCapSchool($capSchool)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCapSchool', [$capSchool]);
return parent::setCapSchool($capSchool);
}
/**
* {@inheritDoc}
*/
public function getCapSchool()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCapSchool', []);
return parent::getCapSchool();
}
/**
* {@inheritDoc}
*/
public function setCapTheater($capTheater)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCapTheater', [$capTheater]);
return parent::setCapTheater($capTheater);
}
/**
* {@inheritDoc}
*/
public function getCapTheater()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCapTheater', []);
return parent::getCapTheater();
}
/**
* {@inheritDoc}
*/
public function setCapCocktail($capCocktail)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCapCocktail', [$capCocktail]);
return parent::setCapCocktail($capCocktail);
}
/**
* {@inheritDoc}
*/
public function getCapCocktail()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCapCocktail', []);
return parent::getCapCocktail();
}
/**
* {@inheritDoc}
*/
public function setCapBanquet($capBanquet)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCapBanquet', [$capBanquet]);
return parent::setCapBanquet($capBanquet);
}
/**
* {@inheritDoc}
*/
public function getCapBanquet()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCapBanquet', []);
return parent::getCapBanquet();
}
/**
* {@inheritDoc}
*/
public function setCapImperial($capImperial)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCapImperial', [$capImperial]);
return parent::setCapImperial($capImperial);
}
/**
* {@inheritDoc}
*/
public function getCapImperial()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCapImperial', []);
return parent::getCapImperial();
}
/**
* {@inheritDoc}
*/
public function setRankLounge($rankLounge)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setRankLounge', [$rankLounge]);
return parent::setRankLounge($rankLounge);
}
/**
* {@inheritDoc}
*/
public function getRankLounge()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getRankLounge', []);
return parent::getRankLounge();
}
/**
* {@inheritDoc}
*/
public function setCombo($combo)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCombo', [$combo]);
return parent::setCombo($combo);
}
/**
* {@inheritDoc}
*/
public function getCombo()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCombo', []);
return parent::getCombo();
}
/**
* {@inheritDoc}
*/
public function getHtItems(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHtItems', []);
return parent::getHtItems();
}
/**
* {@inheritDoc}
*/
public function addHtItem(\App\Entity\HtItem $htItem): \App\MDS\GreenPatioBundle\Entity\ReservationLoungeDetails
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addHtItem', [$htItem]);
return parent::addHtItem($htItem);
}
/**
* {@inheritDoc}
*/
public function removeHtItem(\App\Entity\HtItem $htItem): \App\MDS\GreenPatioBundle\Entity\ReservationLoungeDetails
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeHtItem', [$htItem]);
return parent::removeHtItem($htItem);
}
}