<?phpnamespace ContainerSzWx2pB;include_once \dirname(__DIR__, 4).'/vendor/symfony/form/FormTypeInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/form/AbstractType.php';include_once \dirname(__DIR__, 4).'/src/Form/ReservationForm.php';class ReservationForm_7aadf40 extends \App\Form\ReservationForm implements \ProxyManager\Proxy\VirtualProxyInterface{ /** * @var \App\Form\ReservationForm|null wrapped object, if the proxy is initialized */ private $valueHolderc78ef = null; /** * @var \Closure|null initializer responsible for generating the wrapped object */ private $initializera61be = null; /** * @var bool[] map of public properties of the parent class */ private static $publicProperties4a11e = [ ]; public function buildForm(\Symfony\Component\Form\FormBuilderInterface $builder, array $options) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'buildForm', array('builder' => $builder, 'options' => $options), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->buildForm($builder, $options); } public function configureOptions(\Symfony\Component\OptionsResolver\OptionsResolver $resolver) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'configureOptions', array('resolver' => $resolver), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->configureOptions($resolver); } public function getName() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'getName', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->getName(); } public function buildView(\Symfony\Component\Form\FormView $view, \Symfony\Component\Form\FormInterface $form, array $options) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'buildView', array('view' => $view, 'form' => $form, 'options' => $options), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->buildView($view, $form, $options); } public function finishView(\Symfony\Component\Form\FormView $view, \Symfony\Component\Form\FormInterface $form, array $options) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'finishView', array('view' => $view, 'form' => $form, 'options' => $options), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->finishView($view, $form, $options); } public function getBlockPrefix() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'getBlockPrefix', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->getBlockPrefix(); } public function getParent() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'getParent', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->getParent(); } /** * Constructor for lazy initialization * * @param \Closure|null $initializer */ public static function staticProxyConstructor($initializer) { static $reflection; $reflection = $reflection ?? new \ReflectionClass(__CLASS__); $instance = $reflection->newInstanceWithoutConstructor(); $instance->initializera61be = $initializer; return $instance; } public function __construct() { static $reflection; if (! $this->valueHolderc78ef) { $reflection = $reflection ?? new \ReflectionClass('App\\Form\\ReservationForm'); $this->valueHolderc78ef = $reflection->newInstanceWithoutConstructor(); } } public function & __get($name) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__get', ['name' => $name], $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; if (isset(self::$publicProperties4a11e[$name])) { return $this->valueHolderc78ef->$name; } $realInstanceReflection = new \ReflectionClass('App\\Form\\ReservationForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; $backtrace = debug_backtrace(false, 1); trigger_error( sprintf( 'Undefined property: %s::$%s in %s on line %s', $realInstanceReflection->getName(), $name, $backtrace[0]['file'], $backtrace[0]['line'] ), \E_USER_NOTICE ); return $targetObject->$name; } $targetObject = $this->valueHolderc78ef; $accessor = function & () use ($targetObject, $name) { return $targetObject->$name; }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = & $accessor(); return $returnValue; } public function __set($name, $value) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__set', array('name' => $name, 'value' => $value), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $realInstanceReflection = new \ReflectionClass('App\\Form\\ReservationForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; $targetObject->$name = $value; return $targetObject->$name; } $targetObject = $this->valueHolderc78ef; $accessor = function & () use ($targetObject, $name, $value) { $targetObject->$name = $value; return $targetObject->$name; }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = & $accessor(); return $returnValue; } public function __isset($name) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__isset', array('name' => $name), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $realInstanceReflection = new \ReflectionClass('App\\Form\\ReservationForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; return isset($targetObject->$name); } $targetObject = $this->valueHolderc78ef; $accessor = function () use ($targetObject, $name) { return isset($targetObject->$name); }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = $accessor(); return $returnValue; } public function __unset($name) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__unset', array('name' => $name), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $realInstanceReflection = new \ReflectionClass('App\\Form\\ReservationForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; unset($targetObject->$name); return; } $targetObject = $this->valueHolderc78ef; $accessor = function () use ($targetObject, $name) { unset($targetObject->$name); return; }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $accessor(); } public function __clone() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__clone', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $this->valueHolderc78ef = clone $this->valueHolderc78ef; } public function __sleep() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__sleep', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return array('valueHolderc78ef'); } public function __wakeup() { } public function setProxyInitializer(?\Closure $initializer = null): void { $this->initializera61be = $initializer; } public function getProxyInitializer(): ?\Closure { return $this->initializera61be; } public function initializeProxy(): bool { return $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'initializeProxy', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; } public function isProxyInitialized(): bool { return null !== $this->valueHolderc78ef; } public function getWrappedValueHolderValue() { return $this->valueHolderc78ef; }}if (!\class_exists('ReservationForm_7aadf40', false)) { \class_alias(__NAMESPACE__.'\\ReservationForm_7aadf40', 'ReservationForm_7aadf40', false);}