<?php
namespace ContainerKa7X9Da;
include_once \dirname(__DIR__, 5).'/vendor/phpcr/phpcr/src/PHPCR/SessionInterface.php';
include_once \dirname(__DIR__, 5).'/vendor/sulu/sulu/src/Sulu/Bundle/DocumentManagerBundle/Session/Session.php';
class Session_21c865b extends \Sulu\Bundle\DocumentManagerBundle\Session\Session implements \ProxyManager\Proxy\VirtualProxyInterface
{
/**
* @var \Sulu\Bundle\DocumentManagerBundle\Session\Session|null wrapped object, if the proxy is initialized
*/
private $valueHolder64d01 = null;
/**
* @var \Closure|null initializer responsible for generating the wrapped object
*/
private $initializer33624 = null;
/**
* @var bool[] map of public properties of the parent class
*/
private static $publicProperties6d664 = [
];
public function getRepository()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getRepository', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getRepository();
}
public function getUserID()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getUserID', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getUserID();
}
public function getAttributeNames()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getAttributeNames', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getAttributeNames();
}
public function getAttribute($name)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getAttribute', array('name' => $name), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getAttribute($name);
}
public function getWorkspace()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getWorkspace', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getWorkspace();
}
public function getRootNode()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getRootNode', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getRootNode();
}
public function impersonate(\PHPCR\CredentialsInterface $credentials)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'impersonate', array('credentials' => $credentials), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->impersonate($credentials);
}
public function getNodeByIdentifier($id)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNodeByIdentifier', array('id' => $id), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNodeByIdentifier($id);
}
public function getNodesByIdentifier($ids)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNodesByIdentifier', array('ids' => $ids), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNodesByIdentifier($ids);
}
public function getItem($absPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getItem', array('absPath' => $absPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getItem($absPath);
}
public function getNode($absPath, $depthHint = -1)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNode', array('absPath' => $absPath, 'depthHint' => $depthHint), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNode($absPath, $depthHint);
}
public function getNodes($absPaths)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNodes', array('absPaths' => $absPaths), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNodes($absPaths);
}
public function getProperty($absPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getProperty', array('absPath' => $absPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getProperty($absPath);
}
public function getProperties($absPaths)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getProperties', array('absPaths' => $absPaths), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getProperties($absPaths);
}
public function itemExists($absPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'itemExists', array('absPath' => $absPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->itemExists($absPath);
}
public function nodeExists($absPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'nodeExists', array('absPath' => $absPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->nodeExists($absPath);
}
public function propertyExists($absPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'propertyExists', array('absPath' => $absPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->propertyExists($absPath);
}
public function move($srcAbsPath, $destAbsPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'move', array('srcAbsPath' => $srcAbsPath, 'destAbsPath' => $destAbsPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->move($srcAbsPath, $destAbsPath);
}
public function removeItem($absPath)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'removeItem', array('absPath' => $absPath), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->removeItem($absPath);
}
public function save()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'save', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->save();
}
public function refresh($keepChanges)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'refresh', array('keepChanges' => $keepChanges), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->refresh($keepChanges);
}
public function hasPendingChanges()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'hasPendingChanges', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->hasPendingChanges();
}
public function hasPermission($absPath, $actions)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'hasPermission', array('absPath' => $absPath, 'actions' => $actions), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->hasPermission($absPath, $actions);
}
public function checkPermission($absPath, $actions)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'checkPermission', array('absPath' => $absPath, 'actions' => $actions), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->checkPermission($absPath, $actions);
}
public function hasCapability($methodName, $target, array $arguments)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'hasCapability', array('methodName' => $methodName, 'target' => $target, 'arguments' => $arguments), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->hasCapability($methodName, $target, $arguments);
}
public function importXML($parentAbsPath, $uri, $uuidBehavior)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'importXML', array('parentAbsPath' => $parentAbsPath, 'uri' => $uri, 'uuidBehavior' => $uuidBehavior), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->importXML($parentAbsPath, $uri, $uuidBehavior);
}
public function exportSystemView($absPath, $stream, $skipBinary, $noRecurse)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'exportSystemView', array('absPath' => $absPath, 'stream' => $stream, 'skipBinary' => $skipBinary, 'noRecurse' => $noRecurse), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->exportSystemView($absPath, $stream, $skipBinary, $noRecurse);
}
public function exportDocumentView($absPath, $stream, $skipBinary, $noRecurse)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'exportDocumentView', array('absPath' => $absPath, 'stream' => $stream, 'skipBinary' => $skipBinary, 'noRecurse' => $noRecurse), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->exportDocumentView($absPath, $stream, $skipBinary, $noRecurse);
}
public function setNamespacePrefix($prefix, $uri)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'setNamespacePrefix', array('prefix' => $prefix, 'uri' => $uri), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->setNamespacePrefix($prefix, $uri);
}
public function getNamespacePrefixes()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNamespacePrefixes', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNamespacePrefixes();
}
public function getNamespaceURI($prefix)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNamespaceURI', array('prefix' => $prefix), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNamespaceURI($prefix);
}
public function getNamespacePrefix($uri)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getNamespacePrefix', array('uri' => $uri), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getNamespacePrefix($uri);
}
public function logout()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'logout', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->logout();
}
public function isLive()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'isLive', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->isLive();
}
public function getAccessControlManager()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getAccessControlManager', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getAccessControlManager();
}
public function getRetentionManager()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'getRetentionManager', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return $this->valueHolder64d01->getRetentionManager();
}
/**
* Constructor for lazy initialization
*
* @param \Closure|null $initializer
*/
public static function staticProxyConstructor($initializer)
{
static $reflection;
$reflection = $reflection ?? new \ReflectionClass(__CLASS__);
$instance = $reflection->newInstanceWithoutConstructor();
\Closure::bind(function (\Sulu\Bundle\DocumentManagerBundle\Session\Session $instance) {
unset($instance->inner);
}, $instance, 'Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session')->__invoke($instance);
$instance->initializer33624 = $initializer;
return $instance;
}
public function __construct(\PHPCR\SessionInterface $inner)
{
static $reflection;
if (! $this->valueHolder64d01) {
$reflection = $reflection ?? new \ReflectionClass('Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session');
$this->valueHolder64d01 = $reflection->newInstanceWithoutConstructor();
\Closure::bind(function (\Sulu\Bundle\DocumentManagerBundle\Session\Session $instance) {
unset($instance->inner);
}, $this, 'Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session')->__invoke($this);
}
$this->valueHolder64d01->__construct($inner);
}
public function & __get($name)
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, '__get', ['name' => $name], $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
if (isset(self::$publicProperties6d664[$name])) {
return $this->valueHolder64d01->$name;
}
$realInstanceReflection = new \ReflectionClass('Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder64d01;
$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->valueHolder64d01;
$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->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
$realInstanceReflection = new \ReflectionClass('Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder64d01;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolder64d01;
$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->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, '__isset', array('name' => $name), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
$realInstanceReflection = new \ReflectionClass('Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder64d01;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolder64d01;
$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->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, '__unset', array('name' => $name), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
$realInstanceReflection = new \ReflectionClass('Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder64d01;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolder64d01;
$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->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, '__clone', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
$this->valueHolder64d01 = clone $this->valueHolder64d01;
}
public function __sleep()
{
$this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, '__sleep', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
return array('valueHolder64d01');
}
public function __wakeup()
{
\Closure::bind(function (\Sulu\Bundle\DocumentManagerBundle\Session\Session $instance) {
unset($instance->inner);
}, $this, 'Sulu\\Bundle\\DocumentManagerBundle\\Session\\Session')->__invoke($this);
}
public function setProxyInitializer(\Closure $initializer = null) : void
{
$this->initializer33624 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializer33624;
}
public function initializeProxy() : bool
{
return $this->initializer33624 && ($this->initializer33624->__invoke($valueHolder64d01, $this, 'initializeProxy', array(), $this->initializer33624) || 1) && $this->valueHolder64d01 = $valueHolder64d01;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolder64d01;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolder64d01;
}
}
if (!\class_exists('Session_21c865b', false)) {
\class_alias(__NAMESPACE__.'\\Session_21c865b', 'Session_21c865b', false);
}