0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
arcaneoverseas.com
/
application
/
models
/
Proxies
/
[
Home
]
File: __CG__EntitiesBlock.php
<?php namespace Proxies\__CG__\Entities; /** * THIS CLASS WAS GENERATED BY THE DOCTRINE ORM. DO NOT EDIT THIS FILE. */ class Block extends \Entities\Block implements \Doctrine\ORM\Proxy\Proxy { private $_entityPersister; private $_identifier; public $__isInitialized__ = false; public function __construct($entityPersister, $identifier) { $this->_entityPersister = $entityPersister; $this->_identifier = $identifier; } /** @private */ public function __load() { if (!$this->__isInitialized__ && $this->_entityPersister) { $this->__isInitialized__ = true; if (method_exists($this, "__wakeup")) { // call this after __isInitialized__to avoid infinite recursion // but before loading to emulate what ClassMetadata::newInstance() // provides. $this->__wakeup(); } if ($this->_entityPersister->load($this->_identifier, $this) === null) { throw new \Doctrine\ORM\EntityNotFoundException(); } unset($this->_entityPersister, $this->_identifier); } } /** @private */ public function __isInitialized() { return $this->__isInitialized__; } public function getId() { if ($this->__isInitialized__ === false) { return (int) $this->_identifier["id"]; } $this->__load(); return parent::getId(); } public function setTitre($titre) { $this->__load(); return parent::setTitre($titre); } public function getTitre() { $this->__load(); return parent::getTitre(); } public function setIndetifiant($indetifiant) { $this->__load(); return parent::setIndetifiant($indetifiant); } public function getIndetifiant() { $this->__load(); return parent::getIndetifiant(); } public function setDescription($description) { $this->__load(); return parent::setDescription($description); } public function getDescription() { $this->__load(); return parent::getDescription(); } public function setContenu($contenu) { $this->__load(); return parent::setContenu($contenu); } public function getContenu() { $this->__load(); return parent::getContenu(); } public function setActive($active) { $this->__load(); return parent::setActive($active); } public function getActive() { $this->__load(); return parent::getActive(); } public function __sleep() { return array('__isInitialized__', 'id', 'titre', 'indetifiant', 'contenu', 'active'); } public function __clone() { if (!$this->__isInitialized__ && $this->_entityPersister) { $this->__isInitialized__ = true; $class = $this->_entityPersister->getClassMetadata(); $original = $this->_entityPersister->load($this->_identifier); if ($original === null) { throw new \Doctrine\ORM\EntityNotFoundException(); } foreach ($class->reflFields AS $field => $reflProperty) { $reflProperty->setValue($this, $reflProperty->getValue($original)); } unset($this->_entityPersister, $this->_identifier); } } }
©
2018.