var/cache/dev/ContainerSa0BOQS/PaginatorInterface_82dac15.php line 14

Open in your IDE?
  1. <?php
  2. namespace ContainerSa0BOQS;
  3. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  4. include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  5. class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
  6. {
  7.     private $valueHolder8e1b3 null;
  8.     private $initializerb58e5 null;
  9.     private static $publicProperties87bef = [
  10.         
  11.     ];
  12.     public function paginate($targetint $page 1, ?int $limit null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
  13.     {
  14.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'paginate', array('target' => $target'page' => $page'limit' => $limit'options' => $options), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  15.         if ($this->valueHolder8e1b3 === $returnValue $this->valueHolder8e1b3->paginate($target$page$limit$options)) {
  16.             return $this;
  17.         }
  18.         return $returnValue;
  19.     }
  20.     public static function staticProxyConstructor($initializer)
  21.     {
  22.         static $reflection;
  23.         $reflection $reflection ?? new \ReflectionClass(__CLASS__);
  24.         $instance   $reflection->newInstanceWithoutConstructor();
  25.         $instance->initializerb58e5 $initializer;
  26.         return $instance;
  27.     }
  28.     public function __construct()
  29.     {
  30.         static $reflection;
  31.         if (! $this->valueHolder8e1b3) {
  32.             $reflection $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  33.             $this->valueHolder8e1b3 $reflection->newInstanceWithoutConstructor();
  34.         }
  35.     }
  36.     public function & __get($name)
  37.     {
  38.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'__get', ['name' => $name], $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  39.         if (isset(self::$publicProperties87bef[$name])) {
  40.             return $this->valueHolder8e1b3->$name;
  41.         }
  42.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  43.         if (! $realInstanceReflection->hasProperty($name)) {
  44.             $targetObject $this->valueHolder8e1b3;
  45.             $backtrace debug_backtrace(false1);
  46.             trigger_error(
  47.                 sprintf(
  48.                     'Undefined property: %s::$%s in %s on line %s',
  49.                     $realInstanceReflection->getName(),
  50.                     $name,
  51.                     $backtrace[0]['file'],
  52.                     $backtrace[0]['line']
  53.                 ),
  54.                 \E_USER_NOTICE
  55.             );
  56.             return $targetObject->$name;
  57.         }
  58.         $targetObject $this->valueHolder8e1b3;
  59.         $accessor = function & () use ($targetObject$name) {
  60.             return $targetObject->$name;
  61.         };
  62.         $backtrace debug_backtrace(true2);
  63.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  64.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  65.         $returnValue = & $accessor();
  66.         return $returnValue;
  67.     }
  68.     public function __set($name$value)
  69.     {
  70.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'__set', array('name' => $name'value' => $value), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  71.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  72.         if (! $realInstanceReflection->hasProperty($name)) {
  73.             $targetObject $this->valueHolder8e1b3;
  74.             $targetObject->$name $value;
  75.             return $targetObject->$name;
  76.         }
  77.         $targetObject $this->valueHolder8e1b3;
  78.         $accessor = function & () use ($targetObject$name$value) {
  79.             $targetObject->$name $value;
  80.             return $targetObject->$name;
  81.         };
  82.         $backtrace debug_backtrace(true2);
  83.         $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
  84.         $accessor $accessor->bindTo($scopeObjectget_class($scopeObject));
  85.         $returnValue = & $accessor();
  86.         return $returnValue;
  87.     }
  88.     public function __isset($name)
  89.     {
  90.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'__isset', array('name' => $name), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  91.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  92.         if (! $realInstanceReflection->hasProperty($name)) {
  93.             $targetObject $this->valueHolder8e1b3;
  94.             return isset($targetObject->$name);
  95.         }
  96.         $targetObject $this->valueHolder8e1b3;
  97.         $accessor = function () use ($targetObject$name) {
  98.             return isset($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 __unset($name)
  107.     {
  108.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'__unset', array('name' => $name), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  109.         $realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
  110.         if (! $realInstanceReflection->hasProperty($name)) {
  111.             $targetObject $this->valueHolder8e1b3;
  112.             unset($targetObject->$name);
  113.             return;
  114.         }
  115.         $targetObject $this->valueHolder8e1b3;
  116.         $accessor = function () use ($targetObject$name) {
  117.             unset($targetObject->$name);
  118.             return;
  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.         $accessor();
  124.     }
  125.     public function __clone()
  126.     {
  127.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'__clone', array(), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  128.         $this->valueHolder8e1b3 = clone $this->valueHolder8e1b3;
  129.     }
  130.     public function __sleep()
  131.     {
  132.         $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'__sleep', array(), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  133.         return array('valueHolder8e1b3');
  134.     }
  135.     public function __wakeup()
  136.     {
  137.     }
  138.     public function setProxyInitializer(\Closure $initializer null) : void
  139.     {
  140.         $this->initializerb58e5 $initializer;
  141.     }
  142.     public function getProxyInitializer() : ?\Closure
  143.     {
  144.         return $this->initializerb58e5;
  145.     }
  146.     public function initializeProxy() : bool
  147.     {
  148.         return $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3$this'initializeProxy', array(), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 $valueHolder8e1b3;
  149.     }
  150.     public function isProxyInitialized() : bool
  151.     {
  152.         return null !== $this->valueHolder8e1b3;
  153.     }
  154.     public function getWrappedValueHolderValue()
  155.     {
  156.         return $this->valueHolder8e1b3;
  157.     }
  158. }
  159. if (!\class_exists('PaginatorInterface_82dac15'false)) {
  160.     \class_alias(__NAMESPACE__.'\\PaginatorInterface_82dac15''PaginatorInterface_82dac15'false);
  161. }