<?php
namespace ContainerSa0BOQS;
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
class PaginatorInterface_82dac15 implements \ProxyManager\Proxy\VirtualProxyInterface, \Knp\Component\Pager\PaginatorInterface
{
private $valueHolder8e1b3 = null;
private $initializerb58e5 = null;
private static $publicProperties87bef = [
];
public function paginate($target, int $page = 1, ?int $limit = null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
{
$this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, 'paginate', array('target' => $target, 'page' => $page, 'limit' => $limit, 'options' => $options), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
if ($this->valueHolder8e1b3 === $returnValue = $this->valueHolder8e1b3->paginate($target, $page, $limit, $options)) {
return $this;
}
return $returnValue;
}
public static function staticProxyConstructor($initializer)
{
static $reflection;
$reflection = $reflection ?? new \ReflectionClass(__CLASS__);
$instance = $reflection->newInstanceWithoutConstructor();
$instance->initializerb58e5 = $initializer;
return $instance;
}
public function __construct()
{
static $reflection;
if (! $this->valueHolder8e1b3) {
$reflection = $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
$this->valueHolder8e1b3 = $reflection->newInstanceWithoutConstructor();
}
}
public function & __get($name)
{
$this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, '__get', ['name' => $name], $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
if (isset(self::$publicProperties87bef[$name])) {
return $this->valueHolder8e1b3->$name;
}
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder8e1b3;
$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->valueHolder8e1b3;
$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->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, '__set', array('name' => $name, 'value' => $value), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder8e1b3;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolder8e1b3;
$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->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, '__isset', array('name' => $name), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder8e1b3;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolder8e1b3;
$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->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, '__unset', array('name' => $name), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder8e1b3;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolder8e1b3;
$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->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, '__clone', array(), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
$this->valueHolder8e1b3 = clone $this->valueHolder8e1b3;
}
public function __sleep()
{
$this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, '__sleep', array(), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
return array('valueHolder8e1b3');
}
public function __wakeup()
{
}
public function setProxyInitializer(\Closure $initializer = null) : void
{
$this->initializerb58e5 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializerb58e5;
}
public function initializeProxy() : bool
{
return $this->initializerb58e5 && ($this->initializerb58e5->__invoke($valueHolder8e1b3, $this, 'initializeProxy', array(), $this->initializerb58e5) || 1) && $this->valueHolder8e1b3 = $valueHolder8e1b3;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolder8e1b3;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolder8e1b3;
}
}
if (!\class_exists('PaginatorInterface_82dac15', false)) {
\class_alias(__NAMESPACE__.'\\PaginatorInterface_82dac15', 'PaginatorInterface_82dac15', false);
}