lazyObjectState ?? null) { return $state->realInstance ??= ($state->initializer)(); } return $this; } public function paginate(mixed $target, int $page = 1, ?int $limit = null, array $options = []): \Knp\Component\Pager\Pagination\PaginationInterface { if (isset($this->lazyObjectState)) { return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->paginate(...\func_get_args()); } return throw new \BadMethodCallException('Cannot forward abstract method "Knp\Component\Pager\PaginatorInterface::paginate()".'); } } // Help opcache.preload discover always-needed symbols class_exists(\Symfony\Component\VarExporter\Internal\Hydrator::class); class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectRegistry::class); class_exists(\Symfony\Component\VarExporter\Internal\LazyObjectState::class); if (!\class_exists('PaginatorProxyBa079e5', false)) { \class_alias(__NAMESPACE__.'\\PaginatorProxyBa079e5', 'PaginatorProxyBa079e5', false); }