Skip to content
Snippets Groups Projects
Select Git revision
  • 277abbaa9f5308c95d8051a97c2c480b62735e8e
  • master default protected
  • ll-workflow
  • alc-scindage-donnees-pj
  • b24
  • FJ_LL_Tbl_Contrat
  • alc-docker-node
  • ll-apiplatform
  • php84
  • ll-rgpd
  • b23
  • alc-filtre-type-intervenant
  • ll-sans-mdb5
  • formules-ancienne-infra
  • ll-formules
  • alc-intervenant-dmep
  • ll-suppr-v_vol-s
  • b20
  • ll-postgresql
  • b23.0.1
  • b22
  • 24.8
  • 24.7
  • 24.6
  • 24.5
  • 24.4
  • 24.3
  • 24.2
  • 24.1
  • 24.0
  • 23.15
  • 24.0-beta19
  • 24.0-beta18
  • 24.0-beta17
  • 24.0-beta16
  • 24.0-beta15
  • 24.0-beta14
  • 24.0-beta13
  • 23.14
  • 24.0-beta12
  • 24.0-beta11
41 results

__CG__ApplicationEntityDbAdresseIntervenant.php

Blame
  • 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');