<?phpnamespace Container3w5shar;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/Cvs/JobsForm.php';class JobsForm_bbaf7a6 extends \App\Form\Cvs\JobsForm implements \ProxyManager\Proxy\VirtualProxyInterface{ /** * @var \App\Form\Cvs\JobsForm|null wrapped object, if the proxy is initialized */ private $valueHolder4046c = null; /** * @var \Closure|null initializer responsible for generating the wrapped object */ private $initializer9f5cb = null; /** * @var bool[] map of public properties of the parent class */ private static $publicProperties2dd98 = [ ]; public function buildForm(\Symfony\Component\Form\FormBuilderInterface $builder, array $options) { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'buildForm', array('builder' => $builder, 'options' => $options), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; return $this->valueHolder4046c->buildForm($builder, $options); } public function configureOptions(\Symfony\Component\OptionsResolver\OptionsResolver $resolver) : void { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'configureOptions', array('resolver' => $resolver), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; $this->valueHolder4046c->configureOptions($resolver);return; } public function buildView(\Symfony\Component\Form\FormView $view, \Symfony\Component\Form\FormInterface $form, array $options) { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'buildView', array('view' => $view, 'form' => $form, 'options' => $options), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; return $this->valueHolder4046c->buildView($view, $form, $options); } public function finishView(\Symfony\Component\Form\FormView $view, \Symfony\Component\Form\FormInterface $form, array $options) { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'finishView', array('view' => $view, 'form' => $form, 'options' => $options), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; return $this->valueHolder4046c->finishView($view, $form, $options); } public function getBlockPrefix() { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'getBlockPrefix', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; return $this->valueHolder4046c->getBlockPrefix(); } public function getParent() { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'getParent', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; return $this->valueHolder4046c->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->initializer9f5cb = $initializer; return $instance; } public function __construct() { static $reflection; if (! $this->valueHolder4046c) { $reflection = $reflection ?? new \ReflectionClass('App\\Form\\Cvs\\JobsForm'); $this->valueHolder4046c = $reflection->newInstanceWithoutConstructor(); } } public function & __get($name) { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, '__get', ['name' => $name], $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; if (isset(self::$publicProperties2dd98[$name])) { return $this->valueHolder4046c->$name; } $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder4046c; $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->valueHolder4046c; $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->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder4046c; $targetObject->$name = $value; return $targetObject->$name; } $targetObject = $this->valueHolder4046c; $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->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, '__isset', array('name' => $name), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder4046c; return isset($targetObject->$name); } $targetObject = $this->valueHolder4046c; $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->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, '__unset', array('name' => $name), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder4046c; unset($targetObject->$name); return; } $targetObject = $this->valueHolder4046c; $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->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, '__clone', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; $this->valueHolder4046c = clone $this->valueHolder4046c; } public function __sleep() { $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, '__sleep', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; return array('valueHolder4046c'); } public function __wakeup() { } public function setProxyInitializer(?\Closure $initializer = null) : void { $this->initializer9f5cb = $initializer; } public function getProxyInitializer() : ?\Closure { return $this->initializer9f5cb; } public function initializeProxy() : bool { return $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c, $this, 'initializeProxy', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c = $valueHolder4046c; } public function isProxyInitialized() : bool { return null !== $this->valueHolder4046c; } public function getWrappedValueHolderValue() { return $this->valueHolder4046c; }}if (!\class_exists('JobsForm_bbaf7a6', false)) { \class_alias(__NAMESPACE__.'\\JobsForm_bbaf7a6', 'JobsForm_bbaf7a6', false);}