<?php
namespace ContainerVzngA5O;
include_once \dirname(__DIR__, 4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/CustomerProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/pimcore/customer-management-framework-bundle/src/CustomerProvider/DefaultCustomerProvider.php';
class DefaultCustomerProvider_35d6835 extends \CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider implements \ProxyManager\Proxy\VirtualProxyInterface
{
/**
* @var \CustomerManagementFrameworkBundle\CustomerProvider\DefaultCustomerProvider|null wrapped object, if the proxy is initialized
*/
private $valueHolder60390 = null;
/**
* @var \Closure|null initializer responsible for generating the wrapped object
*/
private $initializer05701 = null;
/**
* @var bool[] map of public properties of the parent class
*/
private static $publicProperties84c97 = [
];
public function getCustomerClassId()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getCustomerClassId', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getCustomerClassId();
}
public function getCustomerClassName()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getCustomerClassName', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getCustomerClassName();
}
public function getList()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getList', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getList();
}
public function create(array $data = [])
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'create', array('data' => $data), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->create($data);
}
public function createCustomerInstance()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'createCustomerInstance', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->createCustomerInstance();
}
public function update(\CustomerManagementFrameworkBundle\Model\CustomerInterface $customer, array $data = [])
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'update', array('customer' => $customer, 'data' => $data), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->update($customer, $data);
}
public function delete(\CustomerManagementFrameworkBundle\Model\CustomerInterface $customer)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'delete', array('customer' => $customer), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->delete($customer);
}
public function getById($id, $force = false)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getById', array('id' => $id, 'force' => $force), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getById($id, $force);
}
public function getActiveCustomerByEmail($email)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getActiveCustomerByEmail', array('email' => $email), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getActiveCustomerByEmail($email);
}
public function applyObjectNamingScheme(\CustomerManagementFrameworkBundle\Model\CustomerInterface $customer)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'applyObjectNamingScheme', array('customer' => $customer), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->applyObjectNamingScheme($customer);
}
public function getParentPath()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getParentPath', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getParentPath();
}
public function getParentParentPath()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'getParentParentPath', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->getParentParentPath();
}
public function setParentPath($parentPath)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'setParentPath', array('parentPath' => $parentPath), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->setParentPath($parentPath);
}
public function addActiveCondition($list)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'addActiveCondition', array('list' => $list), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->addActiveCondition($list);
}
public function addInActiveCondition($list)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'addInActiveCondition', array('list' => $list), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return $this->valueHolder60390->addInActiveCondition($list);
}
/**
* Constructor for lazy initialization
*
* @param \Closure|null $initializer
*/
public static function staticProxyConstructor($initializer)
{
static $reflection;
$reflection = $reflection ?? new \ReflectionClass(__CLASS__);
$instance = $reflection->newInstanceWithoutConstructor();
unset($instance->pimcoreClass, $instance->parentPath, $instance->namingScheme, $instance->modelFactory, $instance->usesClassOverride, $instance->classNameWithoutNamespace);
$instance->initializer05701 = $initializer;
return $instance;
}
public function __construct($pimcoreClass, $parentPath, \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface $namingScheme, \Pimcore\Model\Factory $modelFactory)
{
static $reflection;
if (! $this->valueHolder60390) {
$reflection = $reflection ?? new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
$this->valueHolder60390 = $reflection->newInstanceWithoutConstructor();
unset($this->pimcoreClass, $this->parentPath, $this->namingScheme, $this->modelFactory, $this->usesClassOverride, $this->classNameWithoutNamespace);
}
$this->valueHolder60390->__construct($pimcoreClass, $parentPath, $namingScheme, $modelFactory);
}
public function & __get($name)
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, '__get', ['name' => $name], $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
if (isset(self::$publicProperties84c97[$name])) {
return $this->valueHolder60390->$name;
}
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder60390;
$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->valueHolder60390;
$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->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder60390;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolder60390;
$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->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, '__isset', array('name' => $name), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder60390;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolder60390;
$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->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, '__unset', array('name' => $name), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolder60390;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolder60390;
$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->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, '__clone', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
$this->valueHolder60390 = clone $this->valueHolder60390;
}
public function __sleep()
{
$this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, '__sleep', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
return array('valueHolder60390');
}
public function __wakeup()
{
unset($this->pimcoreClass, $this->parentPath, $this->namingScheme, $this->modelFactory, $this->usesClassOverride, $this->classNameWithoutNamespace);
}
public function setProxyInitializer(\Closure $initializer = null) : void
{
$this->initializer05701 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializer05701;
}
public function initializeProxy() : bool
{
return $this->initializer05701 && ($this->initializer05701->__invoke($valueHolder60390, $this, 'initializeProxy', array(), $this->initializer05701) || 1) && $this->valueHolder60390 = $valueHolder60390;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolder60390;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolder60390;
}
}
if (!\class_exists('DefaultCustomerProvider_35d6835', false)) {
\class_alias(__NAMESPACE__.'\\DefaultCustomerProvider_35d6835', 'DefaultCustomerProvider_35d6835', false);
}