Select Git revision
__CG__ApplicationEntityDbAdresseIntervenant.php
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
__CG__ApplicationEntityDbAdresseIntervenant.php 16.71 KiB
<?php
namespace DoctrineORMModule\Proxy\__CG__\Application\Entity\Db;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class AdresseIntervenant extends \Application\Entity\Db\AdresseIntervenant implements \Doctrine\ORM\Proxy\Proxy
{
/**
* @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
* three parameters, being respectively the proxy object to be initialized, the method that triggered the
* initialization process and an array of ordered parameters that were passed to that method.
*
* @see \Doctrine\Common\Persistence\Proxy::__setInitializer
*/
public $__initializer__;
/**
* @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
*
* @see \Doctrine\Common\Persistence\Proxy::__setCloner
*/
public $__cloner__;
/**
* @var boolean flag indicating if this object was already initialized
*
* @see \Doctrine\Common\Persistence\Proxy::__isInitialized
*/
public $__isInitialized__ = false;
/**
* @var array properties to be lazy loaded, with keys being the property
* names and values being their default values
*
* @see \Doctrine\Common\Persistence\Proxy::__getLazyProperties
*/
public static $lazyPropertiesDefaults = array();
/**
* @param \Closure $initializer
* @param \Closure $cloner
*/
public function __construct($initializer = null, $cloner = null)
{
$this->__initializer__ = $initializer;
$this->__cloner__ = $cloner;
}
/**
*
* @return array
*/
public function __sleep()
{
if ($this->__isInitialized__) {
return array('__isInitialized__', 'batiment', 'codePostal', 'histoCreation', 'histoDestruction', 'histoModification', 'localite', 'mentionComplementaire', 'nomVoie', 'noVoie', 'paysCodeInsee', 'paysLibelle', 'principale', 'sourceCode', 'telDomicile', 'validiteDebut', 'validiteFin', 'ville', 'id', 'intervenant', 'source', 'histoModificateur', 'histoDestructeur', 'histoCreateur');
}
return array('__isInitialized__', 'batiment', 'codePostal', 'histoCreation', 'histoDestruction', 'histoModification', 'localite', 'mentionComplementaire', 'nomVoie', 'noVoie', 'paysCodeInsee', 'paysLibelle', 'principale', 'sourceCode', 'telDomicile', 'validiteDebut', 'validiteFin', 'ville', 'id', 'intervenant', 'source', 'histoModificateur', 'histoDestructeur', 'histoCreateur');