var/cache/dev/doctrine/orm/Proxies/__CG__AppEntityVehicleDocs.php line 9
<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class VehicleDocs extends \App\Entity\VehicleDocs 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\Proxy\Proxy::__setInitializer
*/
public $__initializer__;
/**
* @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
*
* @see \Doctrine\Common\Proxy\Proxy::__setCloner
*/
public $__cloner__;
/**
* @var boolean flag indicating if this object was already initialized
*
* @see \Doctrine\Persistence\Proxy::__isInitialized
*/
public $__isInitialized__ = false;
/**
* @var array<string, null> properties to be lazy loaded, indexed by property name
*/
public static $lazyPropertiesNames = array (
);
/**
* @var array<string, mixed> default values of properties to be lazy loaded, with keys being the property names
*
* @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties
*/
public static $lazyPropertiesDefaults = array (
);
public function __construct(?\Closure $initializer = null, ?\Closure $cloner = null)
{
$this->__initializer__ = $initializer;
$this->__cloner__ = $cloner;
}
/**
*
* @return array
*/
public function __sleep()
{
if ($this->__isInitialized__) {
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'docId', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'receivedDocType', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'imagePath', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'imageWebPath', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'updatedAt', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'createdBy', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'docType', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'updatedBy', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicle', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicleRegistrations', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicleBeneficiaryDetails', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicleOwnershipTransfer'];
}
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'docId', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'receivedDocType', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'imagePath', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'imageWebPath', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'updatedAt', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'createdBy', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'docType', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'updatedBy', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicle', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicleRegistrations', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicleBeneficiaryDetails', '' . "\0" . 'App\\Entity\\VehicleDocs' . "\0" . 'vehicleOwnershipTransfer'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (VehicleDocs $proxy) {
$proxy->__setInitializer(null);
$proxy->__setCloner(null);
$existingProperties = get_object_vars($proxy);
foreach ($proxy::$lazyPropertiesDefaults as $property => $defaultValue) {
if ( ! array_key_exists($property, $existingProperties)) {
$proxy->$property = $defaultValue;
}
}
};
}
}
/**
*
*/
public function __clone()
{
$this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []);
}
/**
* Forces initialization of the proxy
*/
public function __load(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __isInitialized(): bool
{
return $this->__isInitialized__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitialized($initialized): void
{
$this->__isInitialized__ = $initialized;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitializer(?\Closure $initializer = null): void
{
$this->__initializer__ = $initializer;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __getInitializer(): ?\Closure
{
return $this->__initializer__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setCloner(?\Closure $cloner = null): void
{
$this->__cloner__ = $cloner;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific cloning logic
*/
public function __getCloner(): ?\Closure
{
return $this->__cloner__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
* @deprecated no longer in use - generated code now relies on internal components rather than generated public API
* @static
*/
public function __getLazyProperties(): array
{
return self::$lazyPropertiesDefaults;
}
/**
* {@inheritDoc}
*/
public function getDocId()
{
if ($this->__isInitialized__ === false) {
return (int) parent::getDocId();
}
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDocId', []);
return parent::getDocId();
}
/**
* {@inheritDoc}
*/
public function setReceivedDocType($receivedDocType)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setReceivedDocType', [$receivedDocType]);
return parent::setReceivedDocType($receivedDocType);
}
/**
* {@inheritDoc}
*/
public function getReceivedDocType()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getReceivedDocType', []);
return parent::getReceivedDocType();
}
/**
* {@inheritDoc}
*/
public function setImagePath($imagePath)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setImagePath', [$imagePath]);
return parent::setImagePath($imagePath);
}
/**
* {@inheritDoc}
*/
public function getImagePath()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getImagePath', []);
return parent::getImagePath();
}
/**
* {@inheritDoc}
*/
public function setImageWebPath($imageWebPath)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setImageWebPath', [$imageWebPath]);
return parent::setImageWebPath($imageWebPath);
}
/**
* {@inheritDoc}
*/
public function getImageWebPath()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getImageWebPath', []);
return parent::getImageWebPath();
}
/**
* {@inheritDoc}
*/
public function setCreatedAt($createdAt)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]);
return parent::setCreatedAt($createdAt);
}
/**
* {@inheritDoc}
*/
public function getCreatedAt()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []);
return parent::getCreatedAt();
}
/**
* {@inheritDoc}
*/
public function setUpdatedAt($updatedAt)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]);
return parent::setUpdatedAt($updatedAt);
}
/**
* {@inheritDoc}
*/
public function getUpdatedAt()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []);
return parent::getUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setCreatedBy(?\App\Entity\Users $createdBy = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedBy', [$createdBy]);
return parent::setCreatedBy($createdBy);
}
/**
* {@inheritDoc}
*/
public function getCreatedBy()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedBy', []);
return parent::getCreatedBy();
}
/**
* {@inheritDoc}
*/
public function setDocType(?\App\Entity\VehicleDocTypes $docType = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDocType', [$docType]);
return parent::setDocType($docType);
}
/**
* {@inheritDoc}
*/
public function getDocType()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDocType', []);
return parent::getDocType();
}
/**
* {@inheritDoc}
*/
public function setUpdatedBy(?\App\Entity\Users $updatedBy = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedBy', [$updatedBy]);
return parent::setUpdatedBy($updatedBy);
}
/**
* {@inheritDoc}
*/
public function getUpdatedBy()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedBy', []);
return parent::getUpdatedBy();
}
/**
* {@inheritDoc}
*/
public function setVehicle(?\App\Entity\Vehicles $vehicle = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setVehicle', [$vehicle]);
return parent::setVehicle($vehicle);
}
/**
* {@inheritDoc}
*/
public function getVehicle()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getVehicle', []);
return parent::getVehicle();
}
/**
* {@inheritDoc}
*/
public function setVehicleRegistrations(?\App\Entity\VehicleRegistrations $vehicleRegistrations = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setVehicleRegistrations', [$vehicleRegistrations]);
return parent::setVehicleRegistrations($vehicleRegistrations);
}
/**
* {@inheritDoc}
*/
public function getVehicleRegistrations()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getVehicleRegistrations', []);
return parent::getVehicleRegistrations();
}
/**
* {@inheritDoc}
*/
public function addVehicleBeneficiaryDetails(?\App\Entity\VehicleBeneficiaryDetails $vehicleBeneficiaryDetails = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addVehicleBeneficiaryDetails', [$vehicleBeneficiaryDetails]);
return parent::addVehicleBeneficiaryDetails($vehicleBeneficiaryDetails);
}
/**
* {@inheritDoc}
*/
public function removeVehicleBeneficiaryDetails(\App\Entity\VehicleBeneficiaryDetails $vehicleBeneficiaryDetails)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeVehicleBeneficiaryDetails', [$vehicleBeneficiaryDetails]);
return parent::removeVehicleBeneficiaryDetails($vehicleBeneficiaryDetails);
}
/**
* {@inheritDoc}
*/
public function getVehicleBeneficiaryDetails()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getVehicleBeneficiaryDetails', []);
return parent::getVehicleBeneficiaryDetails();
}
/**
* {@inheritDoc}
*/
public function addVehicleOwnershipTransfer(?\App\Entity\VehicleOwnershipTransfer $vehicleOwnershipTransfer = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addVehicleOwnershipTransfer', [$vehicleOwnershipTransfer]);
return parent::addVehicleOwnershipTransfer($vehicleOwnershipTransfer);
}
/**
* {@inheritDoc}
*/
public function removeVehicleOwnershipTransfer(\App\Entity\VehicleOwnershipTransfer $vehicleOwnershipTransfer)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeVehicleOwnershipTransfer', [$vehicleOwnershipTransfer]);
return parent::removeVehicleOwnershipTransfer($vehicleOwnershipTransfer);
}
/**
* {@inheritDoc}
*/
public function getVehicleOwnershipTransfer()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getVehicleOwnershipTransfer', []);
return parent::getVehicleOwnershipTransfer();
}
/**
* {@inheritDoc}
*/
public function prePersist()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'prePersist', []);
return parent::prePersist();
}
/**
* {@inheritDoc}
*/
public function preUpdate()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'preUpdate', []);
return parent::preUpdate();
}
}