Skip to content
Snippets Groups Projects
Select Git revision
  • 001bf29b4580c1dd5c0af025a0f02416e8d8ef85
  • master default protected
  • b24
  • ll-workflow
  • alc-scindage-donnees-pj
  • 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__ApplicationEntityDbAffectationRecherche.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    __CG__ApplicationEntityDbContrat.php 11.37 KiB
    <?php
    
    namespace DoctrineORMModule\Proxy\__CG__\Application\Entity\Db;
    
    /**
     * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
     */
    class Contrat extends \Application\Entity\Db\Contrat 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__', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoCreation', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoDestruction', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoModification', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'id', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'typeContrat', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoModificateur', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoDestructeur', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoCreateur', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'intervenant', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'volumeHoraire');
            }
    
            return array('__isInitialized__', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoCreation', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoDestruction', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoModification', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'id', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'typeContrat', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoModificateur', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoDestructeur', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'histoCreateur', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'intervenant', '' . "\0" . 'Application\\Entity\\Db\\Contrat' . "\0" . 'volumeHoraire');
        }
    
        /**
         * 
         */
        public function __wakeup()
        {
            if ( ! $this->__isInitialized__) {
                $this->__initializer__ = function (Contrat $proxy) {
                    $proxy->__setInitializer(null);
                    $proxy->__setCloner(null);
    
                    $existingProperties = get_object_vars($proxy);
    
                    foreach ($proxy->__getLazyProperties() as $property => $defaultValue) {
                        if ( ! array_key_exists($property, $existingProperties)) {
                            $proxy->$property = $defaultValue;
                        }
                    }
                };
    
            }
        }
    
        /**
         * 
         */
        public function __clone()
        {
            $this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', array());
        }
    
        /**
         * Forces initialization of the proxy
         */
        public function __load()
        {
            $this->__initializer__ && $this->__initializer__->__invoke($this, '__load', array());
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific loading logic
         */
        public function __isInitialized()
        {
            return $this->__isInitialized__;
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific loading logic
         */
        public function __setInitialized($initialized)
        {
            $this->__isInitialized__ = $initialized;
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific loading logic
         */
        public function __setInitializer(\Closure $initializer = null)
        {
            $this->__initializer__ = $initializer;
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific loading logic
         */
        public function __getInitializer()
        {
            return $this->__initializer__;
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific loading logic
         */
        public function __setCloner(\Closure $cloner = null)
        {
            $this->__cloner__ = $cloner;
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific cloning logic
         */
        public function __getCloner()
        {
            return $this->__cloner__;
        }
    
        /**
         * {@inheritDoc}
         * @internal generated method: use only when explicitly handling proxy specific loading logic
         * @static
         */
        public function __getLazyProperties()
        {
            return self::$lazyPropertiesDefaults;
        }
    
        
        /**
         * {@inheritDoc}
         */
        public function setHistoCreation($histoCreation)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoCreation', array($histoCreation));
    
            return parent::setHistoCreation($histoCreation);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getHistoCreation()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoCreation', array());
    
            return parent::getHistoCreation();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setHistoDestruction($histoDestruction)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoDestruction', array($histoDestruction));
    
            return parent::setHistoDestruction($histoDestruction);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getHistoDestruction()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoDestruction', array());
    
            return parent::getHistoDestruction();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setHistoModification($histoModification)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoModification', array($histoModification));
    
            return parent::setHistoModification($histoModification);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getHistoModification()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoModification', array());
    
            return parent::getHistoModification();
        }
    
        /**
         * {@inheritDoc}
         */
        public function getId()
        {
            if ($this->__isInitialized__ === false) {
                return (int)  parent::getId();
            }
    
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', array());
    
            return parent::getId();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setTypeContrat(\Application\Entity\Db\TypeContrat $typeContrat = NULL)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setTypeContrat', array($typeContrat));
    
            return parent::setTypeContrat($typeContrat);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getTypeContrat()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTypeContrat', array());
    
            return parent::getTypeContrat();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setHistoModificateur(\Application\Entity\Db\Utilisateur $histoModificateur = NULL)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoModificateur', array($histoModificateur));
    
            return parent::setHistoModificateur($histoModificateur);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getHistoModificateur()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoModificateur', array());
    
            return parent::getHistoModificateur();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setHistoDestructeur(\Application\Entity\Db\Utilisateur $histoDestructeur = NULL)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoDestructeur', array($histoDestructeur));
    
            return parent::setHistoDestructeur($histoDestructeur);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getHistoDestructeur()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoDestructeur', array());
    
            return parent::getHistoDestructeur();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setHistoCreateur(\Application\Entity\Db\Utilisateur $histoCreateur = NULL)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setHistoCreateur', array($histoCreateur));
    
            return parent::setHistoCreateur($histoCreateur);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getHistoCreateur()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getHistoCreateur', array());
    
            return parent::getHistoCreateur();
        }
    
        /**
         * {@inheritDoc}
         */
        public function setIntervenant(\Application\Entity\Db\IntervenantExterieur $intervenant = NULL)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIntervenant', array($intervenant));
    
            return parent::setIntervenant($intervenant);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getIntervenant()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getIntervenant', array());
    
            return parent::getIntervenant();
        }
    
        /**
         * {@inheritDoc}
         */
        public function addVolumeHoraire(\Application\Entity\Db\VolumeHoraire $volumeHoraire)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'addVolumeHoraire', array($volumeHoraire));
    
            return parent::addVolumeHoraire($volumeHoraire);
        }
    
        /**
         * {@inheritDoc}
         */
        public function removeVolumeHoraire(\Application\Entity\Db\VolumeHoraire $volumeHoraire)
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeVolumeHoraire', array($volumeHoraire));
    
            return parent::removeVolumeHoraire($volumeHoraire);
        }
    
        /**
         * {@inheritDoc}
         */
        public function getVolumeHoraire()
        {
    
            $this->__initializer__ && $this->__initializer__->__invoke($this, 'getVolumeHoraire', array());
    
            return parent::getVolumeHoraire();
        }
    
    }