<?php
namespace ContainerR06wGTL;
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 $valueHolderc92dc = null;
/**
* @var \Closure|null initializer responsible for generating the wrapped object
*/
private $initializer95535 = null;
/**
* @var bool[] map of public properties of the parent class
*/
private static $publicPropertiesb4227 = [
];
public function getCustomerClassId()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getCustomerClassId', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getCustomerClassId();
}
public function getCustomerClassName()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getCustomerClassName', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getCustomerClassName();
}
public function getList()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getList', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getList();
}
public function create(array $data = [])
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'create', array('data' => $data), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->create($data);
}
public function createCustomerInstance()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'createCustomerInstance', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->createCustomerInstance();
}
public function update(\CustomerManagementFrameworkBundle\Model\CustomerInterface $customer, array $data = [])
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'update', array('customer' => $customer, 'data' => $data), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->update($customer, $data);
}
public function delete(\CustomerManagementFrameworkBundle\Model\CustomerInterface $customer)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'delete', array('customer' => $customer), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->delete($customer);
}
public function getById($id, $force = false)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getById', array('id' => $id, 'force' => $force), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getById($id, $force);
}
public function getActiveCustomerByEmail($email)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getActiveCustomerByEmail', array('email' => $email), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getActiveCustomerByEmail($email);
}
public function applyObjectNamingScheme(\CustomerManagementFrameworkBundle\Model\CustomerInterface $customer)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'applyObjectNamingScheme', array('customer' => $customer), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->applyObjectNamingScheme($customer);
}
public function getParentPath()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getParentPath', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getParentPath();
}
public function getParentParentPath()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'getParentParentPath', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->getParentParentPath();
}
public function setParentPath($parentPath)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'setParentPath', array('parentPath' => $parentPath), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->setParentPath($parentPath);
}
public function addActiveCondition($list)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'addActiveCondition', array('list' => $list), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->addActiveCondition($list);
}
public function addInActiveCondition($list)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'addInActiveCondition', array('list' => $list), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return $this->valueHolderc92dc->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->initializer95535 = $initializer;
return $instance;
}
public function __construct($pimcoreClass, $parentPath, \CustomerManagementFrameworkBundle\CustomerProvider\ObjectNamingScheme\ObjectNamingSchemeInterface $namingScheme, \Pimcore\Model\Factory $modelFactory)
{
static $reflection;
if (! $this->valueHolderc92dc) {
$reflection = $reflection ?? new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
$this->valueHolderc92dc = $reflection->newInstanceWithoutConstructor();
unset($this->pimcoreClass, $this->parentPath, $this->namingScheme, $this->modelFactory, $this->usesClassOverride, $this->classNameWithoutNamespace);
}
$this->valueHolderc92dc->__construct($pimcoreClass, $parentPath, $namingScheme, $modelFactory);
}
public function & __get($name)
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, '__get', ['name' => $name], $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
if (isset(self::$publicPropertiesb4227[$name])) {
return $this->valueHolderc92dc->$name;
}
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderc92dc;
$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->valueHolderc92dc;
$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->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderc92dc;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolderc92dc;
$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->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, '__isset', array('name' => $name), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderc92dc;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolderc92dc;
$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->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, '__unset', array('name' => $name), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
$realInstanceReflection = new \ReflectionClass('CustomerManagementFrameworkBundle\\CustomerProvider\\DefaultCustomerProvider');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderc92dc;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolderc92dc;
$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->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, '__clone', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
$this->valueHolderc92dc = clone $this->valueHolderc92dc;
}
public function __sleep()
{
$this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, '__sleep', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
return array('valueHolderc92dc');
}
public function __wakeup()
{
unset($this->pimcoreClass, $this->parentPath, $this->namingScheme, $this->modelFactory, $this->usesClassOverride, $this->classNameWithoutNamespace);
}
public function setProxyInitializer(\Closure $initializer = null) : void
{
$this->initializer95535 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializer95535;
}
public function initializeProxy() : bool
{
return $this->initializer95535 && ($this->initializer95535->__invoke($valueHolderc92dc, $this, 'initializeProxy', array(), $this->initializer95535) || 1) && $this->valueHolderc92dc = $valueHolderc92dc;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolderc92dc;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolderc92dc;
}
}
if (!\class_exists('DefaultCustomerProvider_35d6835', false)) {
\class_alias(__NAMESPACE__.'\\DefaultCustomerProvider_35d6835', 'DefaultCustomerProvider_35d6835', false);
}