<?php
namespace ContainerYESfqow;
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
{
/**
* @var \Knp\Component\Pager\PaginatorInterface|null wrapped object, if the proxy is initialized
*/
private $valueHolder84306 = null;
/**
* @var \Closure|null initializer responsible for generating the wrapped object
*/
private $initializerc3431 = null;
/**
* @var bool[] map of public properties of the parent class
*/
private static $publicProperties53db8 = [
];
public function paginate($target, int $page = 1, ?int $limit = null, array $options = []) : \Knp\Component\Pager\Pagination\PaginationInterface
{
$this->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, 'paginate', array('target' => $target, 'page' => $page, 'limit' => $limit, 'options' => $options), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
if ($this->valueHolder84306 === $returnValue = $this->valueHolder84306->paginate($target, $page, $limit, $options)) {
return $this;
}
return $returnValue;
}
/**
* Constructor for lazy initialization
*
* @param \Closure|null $initializer
*/
public static function staticProxyConstructor($initializer)
{
static $reflection;
$reflection = $reflection ?? new \ReflectionClass(__CLASS__);
$instance = $reflection->newInstanceWithoutConstructor();
$instance->initializerc3431 = $initializer;
return $instance;
}
public function __construct()
{
static $reflection;
if (! $this->valueHolder84306) {
$reflection = $reflection ?? new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
$this->valueHolder84306 = $reflection->newInstanceWithoutConstructor();
}
}
public function & __get($name)
{
$this->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, '__get', ['name' => $name], $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
if (isset(self::$publicProperties53db8[$name])) {
return $this->valueHolder84306->$name;
}
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder84306;
$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->valueHolder84306;
$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->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, '__set', array('name' => $name, 'value' => $value), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder84306;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolder84306;
$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->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, '__isset', array('name' => $name), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder84306;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolder84306;
$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->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, '__unset', array('name' => $name), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
$realInstanceReflection = new \ReflectionClass('Knp\\Component\\Pager\\PaginatorInterface');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder84306;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolder84306;
$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->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, '__clone', array(), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
$this->valueHolder84306 = clone $this->valueHolder84306;
}
public function __sleep()
{
$this->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, '__sleep', array(), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
return array('valueHolder84306');
}
public function __wakeup()
{
}
public function setProxyInitializer(\Closure $initializer = null) : void
{
$this->initializerc3431 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializerc3431;
}
public function initializeProxy() : bool
{
return $this->initializerc3431 && ($this->initializerc3431->__invoke($valueHolder84306, $this, 'initializeProxy', array(), $this->initializerc3431) || 1) && $this->valueHolder84306 = $valueHolder84306;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolder84306;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolder84306;
}
}
if (!\class_exists('PaginatorInterface_82dac15', false)) {
\class_alias(__NAMESPACE__.'\\PaginatorInterface_82dac15', 'PaginatorInterface_82dac15', false);
}