var/cache/dev/Container3w5shar/JobsForm_bbaf7a6.php line 8

Open in your IDE?
  1. <?php
  2. namespace Container3w5shar;
  3. include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4. include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5. include_once \dirname(__DIR__4).'/src/Form/Cvs/JobsForm.php';
  6. class JobsForm_bbaf7a6 extends \App\Form\Cvs\JobsForm implements \ProxyManager\Proxy\VirtualProxyInterface
  7. {
  8.     /**
  9.      * @var \App\Form\Cvs\JobsForm|null wrapped object, if the proxy is initialized
  10.      */
  11.     private $valueHolder4046c null;
  12.     /**
  13.      * @var \Closure|null initializer responsible for generating the wrapped object
  14.      */
  15.     private $initializer9f5cb null;
  16.     /**
  17.      * @var bool[] map of public properties of the parent class
  18.      */
  19.     private static $publicProperties2dd98 = [
  20.         
  21.     ];
  22.     public function buildForm(\Symfony\Component\Form\FormBuilderInterface $builder, array $options)
  23.     {
  24.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'buildForm', array('builder' => $builder'options' => $options), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  25.         return $this->valueHolder4046c->buildForm($builder$options);
  26.     }
  27.     public function configureOptions(\Symfony\Component\OptionsResolver\OptionsResolver $resolver) : void
  28.     {
  29.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'configureOptions', array('resolver' => $resolver), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  30.         $this->valueHolder4046c->configureOptions($resolver);
  31. return;
  32.     }
  33.     public function buildView(\Symfony\Component\Form\FormView $view\Symfony\Component\Form\FormInterface $form, array $options)
  34.     {
  35.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'buildView', array('view' => $view'form' => $form'options' => $options), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  36.         return $this->valueHolder4046c->buildView($view$form$options);
  37.     }
  38.     public function finishView(\Symfony\Component\Form\FormView $view\Symfony\Component\Form\FormInterface $form, array $options)
  39.     {
  40.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'finishView', array('view' => $view'form' => $form'options' => $options), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  41.         return $this->valueHolder4046c->finishView($view$form$options);
  42.     }
  43.     public function getBlockPrefix()
  44.     {
  45.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'getBlockPrefix', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  46.         return $this->valueHolder4046c->getBlockPrefix();
  47.     }
  48.     public function getParent()
  49.     {
  50.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'getParent', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  51.         return $this->valueHolder4046c->getParent();
  52.     }
  53.     /**
  54.      * Constructor for lazy initialization
  55.      *
  56.      * @param \Closure|null $initializer
  57.      */
  58.     public static function staticProxyConstructor($initializer)
  59.     {
  60.         static $reflection;
  61.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  62.         $instance   $reflection->newInstanceWithoutConstructor();
  63.         $instance->initializer9f5cb $initializer;
  64.         return $instance;
  65.     }
  66.     public function __construct()
  67.     {
  68.         static $reflection;
  69.         if (! $this->valueHolder4046c) {
  70.             $reflection $reflection ?? new \ReflectionClass('App\\Form\\Cvs\\JobsForm');
  71.             $this->valueHolder4046c $reflection->newInstanceWithoutConstructor();
  72.         }
  73.     }
  74.     public function & __get($name)
  75.     {
  76.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'__get', ['name' => $name], $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  77.         if (isset(self::$publicProperties2dd98[$name])) {
  78.             return $this->valueHolder4046c->$name;
  79.         }
  80.         $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm');
  81.         if (! $realInstanceReflection->hasProperty($name)) {
  82.             $targetObject $this->valueHolder4046c;
  83.             $backtrace debug_backtrace(false1);
  84.             trigger_error(
  85.                 sprintf(
  86.                     'Undefined property: %s::$%s in %s on line %s',
  87.                     $realInstanceReflection->getName(),
  88.                     $name,
  89.                     $backtrace[0]['file'],
  90.                     $backtrace[0]['line']
  91.                 ),
  92.                 \E_USER_NOTICE
  93.             );
  94.             return $targetObject->$name;
  95.         }
  96.         $targetObject $this->valueHolder4046c;
  97.         $accessor = function & () use ($targetObject$name) {
  98.             return $targetObject->$name;
  99.         };
  100.         $backtrace debug_backtrace(true2);
  101.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  102.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  103.         $returnValue = & $accessor();
  104.         return $returnValue;
  105.     }
  106.     public function __set($name$value)
  107.     {
  108.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'__set', array('name' => $name'value' => $value), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  109.         $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm');
  110.         if (! $realInstanceReflection->hasProperty($name)) {
  111.             $targetObject $this->valueHolder4046c;
  112.             $targetObject->$name $value;
  113.             return $targetObject->$name;
  114.         }
  115.         $targetObject $this->valueHolder4046c;
  116.         $accessor = function & () use ($targetObject$name$value) {
  117.             $targetObject->$name $value;
  118.             return $targetObject->$name;
  119.         };
  120.         $backtrace debug_backtrace(true2);
  121.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  122.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  123.         $returnValue = & $accessor();
  124.         return $returnValue;
  125.     }
  126.     public function __isset($name)
  127.     {
  128.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'__isset', array('name' => $name), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  129.         $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm');
  130.         if (! $realInstanceReflection->hasProperty($name)) {
  131.             $targetObject $this->valueHolder4046c;
  132.             return isset($targetObject->$name);
  133.         }
  134.         $targetObject $this->valueHolder4046c;
  135.         $accessor = function () use ($targetObject$name) {
  136.             return isset($targetObject->$name);
  137.         };
  138.         $backtrace debug_backtrace(true2);
  139.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  140.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  141.         $returnValue $accessor();
  142.         return $returnValue;
  143.     }
  144.     public function __unset($name)
  145.     {
  146.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'__unset', array('name' => $name), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  147.         $realInstanceReflection = new \ReflectionClass('App\\Form\\Cvs\\JobsForm');
  148.         if (! $realInstanceReflection->hasProperty($name)) {
  149.             $targetObject $this->valueHolder4046c;
  150.             unset($targetObject->$name);
  151.             return;
  152.         }
  153.         $targetObject $this->valueHolder4046c;
  154.         $accessor = function () use ($targetObject$name) {
  155.             unset($targetObject->$name);
  156.             return;
  157.         };
  158.         $backtrace debug_backtrace(true2);
  159.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  160.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  161.         $accessor();
  162.     }
  163.     public function __clone()
  164.     {
  165.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'__clone', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  166.         $this->valueHolder4046c = clone $this->valueHolder4046c;
  167.     }
  168.     public function __sleep()
  169.     {
  170.         $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'__sleep', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  171.         return array('valueHolder4046c');
  172.     }
  173.     public function __wakeup()
  174.     {
  175.     }
  176.     public function setProxyInitializer(?\Closure $initializer null) : void
  177.     {
  178.         $this->initializer9f5cb $initializer;
  179.     }
  180.     public function getProxyInitializer() : ?\Closure
  181.     {
  182.         return $this->initializer9f5cb;
  183.     }
  184.     public function initializeProxy() : bool
  185.     {
  186.         return $this->initializer9f5cb && ($this->initializer9f5cb->__invoke($valueHolder4046c$this'initializeProxy', array(), $this->initializer9f5cb) || 1) && $this->valueHolder4046c $valueHolder4046c;
  187.     }
  188.     public function isProxyInitialized() : bool
  189.     {
  190.         return null !== $this->valueHolder4046c;
  191.     }
  192.     public function getWrappedValueHolderValue()
  193.     {
  194.         return $this->valueHolder4046c;
  195.     }
  196. }
  197. if (!\class_exists('JobsForm_bbaf7a6'false)) {
  198.     \class_alias(__NAMESPACE__.'\\JobsForm_bbaf7a6''JobsForm_bbaf7a6'false);
  199. }