<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class PoolProgram extends \App\Entity\PoolProgram 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\\PoolProgram' . "\0" . 'id', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'extRefId', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'identifier', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'urlExcelHTT', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'description', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'validationDate', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'isDeleted', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'hasCustomDisclaimer', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'disclaimerText', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'disclaimerAgreeLabel', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'disclaimerDeclineLabel', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'lastHttParsingDate', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'type', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'euLabel', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'issuer', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'currency', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'bonds', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'tableLogBonds', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'tableLogPools', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'validations', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'httParsings', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'model', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'createdOn', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'updatedOn', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'createdBy', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'updatedBy'];
}
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'id', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'extRefId', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'identifier', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'urlExcelHTT', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'description', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'validationDate', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'isDeleted', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'hasCustomDisclaimer', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'disclaimerText', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'disclaimerAgreeLabel', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'disclaimerDeclineLabel', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'lastHttParsingDate', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'type', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'euLabel', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'issuer', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'currency', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'bonds', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'tableLogBonds', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'tableLogPools', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'validations', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'httParsings', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'model', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'createdOn', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'updatedOn', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'createdBy', '' . "\0" . 'App\\Entity\\PoolProgram' . "\0" . 'updatedBy'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (PoolProgram $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 __toString(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []);
return parent::__toString();
}
/**
* {@inheritDoc}
*/
public function hasHtt()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'hasHtt', []);
return parent::hasHtt();
}
/**
* {@inheritDoc}
*/
public function hasGreenBond(): bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'hasGreenBond', []);
return parent::hasGreenBond();
}
/**
* {@inheritDoc}
*/
public function isValidated($year = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isValidated', [$year]);
return parent::isValidated($year);
}
/**
* {@inheritDoc}
*/
public function getActivesHtts()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getActivesHtts', []);
return parent::getActivesHtts();
}
/**
* {@inheritDoc}
*/
public function getId(): ?int
{
if ($this->__isInitialized__ === false) {
return (int) parent::getId();
}
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []);
return parent::getId();
}
/**
* {@inheritDoc}
*/
public function getIdentifier(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIdentifier', []);
return parent::getIdentifier();
}
/**
* {@inheritDoc}
*/
public function setIdentifier(string $identifier): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIdentifier', [$identifier]);
return parent::setIdentifier($identifier);
}
/**
* {@inheritDoc}
*/
public function getDescription(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []);
return parent::getDescription();
}
/**
* {@inheritDoc}
*/
public function setDescription(?string $description): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]);
return parent::setDescription($description);
}
/**
* {@inheritDoc}
*/
public function getIsDeleted(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsDeleted', []);
return parent::getIsDeleted();
}
/**
* {@inheritDoc}
*/
public function setIsDeleted(bool $isDeleted): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsDeleted', [$isDeleted]);
return parent::setIsDeleted($isDeleted);
}
/**
* {@inheritDoc}
*/
public function getCreatedOn(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedOn', []);
return parent::getCreatedOn();
}
/**
* {@inheritDoc}
*/
public function setCreatedOn(\DateTimeInterface $createdOn): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedOn', [$createdOn]);
return parent::setCreatedOn($createdOn);
}
/**
* {@inheritDoc}
*/
public function getUpdatedOn(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedOn', []);
return parent::getUpdatedOn();
}
/**
* {@inheritDoc}
*/
public function setUpdatedOn(\DateTimeInterface $updatedOn): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedOn', [$updatedOn]);
return parent::setUpdatedOn($updatedOn);
}
/**
* {@inheritDoc}
*/
public function getIssuer(): ?\App\Entity\Issuer
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIssuer', []);
return parent::getIssuer();
}
/**
* {@inheritDoc}
*/
public function setIssuer(?\App\Entity\Issuer $issuer): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIssuer', [$issuer]);
return parent::setIssuer($issuer);
}
/**
* {@inheritDoc}
*/
public function getValidations(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getValidations', []);
return parent::getValidations();
}
/**
* {@inheritDoc}
*/
public function addValidation(\App\Entity\PoolProgramValidation $validation): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addValidation', [$validation]);
return parent::addValidation($validation);
}
/**
* {@inheritDoc}
*/
public function removeValidation(\App\Entity\PoolProgramValidation $validation): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeValidation', [$validation]);
return parent::removeValidation($validation);
}
/**
* {@inheritDoc}
*/
public function getCreatedBy(): ?\App\Entity\User
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedBy', []);
return parent::getCreatedBy();
}
/**
* {@inheritDoc}
*/
public function setCreatedBy(?\App\Entity\User $createdBy): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedBy', [$createdBy]);
return parent::setCreatedBy($createdBy);
}
/**
* {@inheritDoc}
*/
public function getUpdatedBy(): ?\App\Entity\User
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedBy', []);
return parent::getUpdatedBy();
}
/**
* {@inheritDoc}
*/
public function setUpdatedBy(?\App\Entity\User $updatedBy): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedBy', [$updatedBy]);
return parent::setUpdatedBy($updatedBy);
}
/**
* {@inheritDoc}
*/
public function getType(): ?\App\Entity\PoolProgramType
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getType', []);
return parent::getType();
}
/**
* {@inheritDoc}
*/
public function setType(?\App\Entity\PoolProgramType $type): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setType', [$type]);
return parent::setType($type);
}
/**
* {@inheritDoc}
*/
public function getBonds(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getBonds', []);
return parent::getBonds();
}
/**
* {@inheritDoc}
*/
public function addBond(\App\Entity\Bond $bond): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addBond', [$bond]);
return parent::addBond($bond);
}
/**
* {@inheritDoc}
*/
public function removeBond(\App\Entity\Bond $bond): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeBond', [$bond]);
return parent::removeBond($bond);
}
/**
* {@inheritDoc}
*/
public function getHttParsings(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHttParsings', []);
return parent::getHttParsings();
}
/**
* {@inheritDoc}
*/
public function addHttParsing(\App\Entity\HttParsing $httParsing): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addHttParsing', [$httParsing]);
return parent::addHttParsing($httParsing);
}
/**
* {@inheritDoc}
*/
public function removeHttParsing(\App\Entity\HttParsing $httParsing): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeHttParsing', [$httParsing]);
return parent::removeHttParsing($httParsing);
}
/**
* {@inheritDoc}
*/
public function getUrlExcelHTT(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUrlExcelHTT', []);
return parent::getUrlExcelHTT();
}
/**
* {@inheritDoc}
*/
public function setUrlExcelHTT(?string $urlExcelHTT): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUrlExcelHTT', [$urlExcelHTT]);
return parent::setUrlExcelHTT($urlExcelHTT);
}
/**
* {@inheritDoc}
*/
public function getExtRefId(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getExtRefId', []);
return parent::getExtRefId();
}
/**
* {@inheritDoc}
*/
public function setExtRefId(?int $extRefId): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setExtRefId', [$extRefId]);
return parent::setExtRefId($extRefId);
}
/**
* {@inheritDoc}
*/
public function getHasCustomDisclaimer(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHasCustomDisclaimer', []);
return parent::getHasCustomDisclaimer();
}
/**
* {@inheritDoc}
*/
public function setHasCustomDisclaimer(bool $hasCustomDisclaimer): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setHasCustomDisclaimer', [$hasCustomDisclaimer]);
return parent::setHasCustomDisclaimer($hasCustomDisclaimer);
}
/**
* {@inheritDoc}
*/
public function getDisclaimerText(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDisclaimerText', []);
return parent::getDisclaimerText();
}
/**
* {@inheritDoc}
*/
public function setDisclaimerText(?string $disclaimerText): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDisclaimerText', [$disclaimerText]);
return parent::setDisclaimerText($disclaimerText);
}
/**
* {@inheritDoc}
*/
public function getDisclaimerAgreeLabel(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDisclaimerAgreeLabel', []);
return parent::getDisclaimerAgreeLabel();
}
/**
* {@inheritDoc}
*/
public function setDisclaimerAgreeLabel(?string $disclaimerAgreeLabel): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDisclaimerAgreeLabel', [$disclaimerAgreeLabel]);
return parent::setDisclaimerAgreeLabel($disclaimerAgreeLabel);
}
/**
* {@inheritDoc}
*/
public function getDisclaimerDeclineLabel(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDisclaimerDeclineLabel', []);
return parent::getDisclaimerDeclineLabel();
}
/**
* {@inheritDoc}
*/
public function setDisclaimerDeclineLabel(?string $disclaimerDeclineLabel): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDisclaimerDeclineLabel', [$disclaimerDeclineLabel]);
return parent::setDisclaimerDeclineLabel($disclaimerDeclineLabel);
}
/**
* {@inheritDoc}
*/
public function getLastHttParsingDate(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLastHttParsingDate', []);
return parent::getLastHttParsingDate();
}
/**
* {@inheritDoc}
*/
public function setLastHttParsingDate(?\DateTimeInterface $lastHttParsingDate): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLastHttParsingDate', [$lastHttParsingDate]);
return parent::setLastHttParsingDate($lastHttParsingDate);
}
/**
* {@inheritDoc}
*/
public function getCurrency(): ?\App\Entity\Currency
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCurrency', []);
return parent::getCurrency();
}
/**
* {@inheritDoc}
*/
public function setCurrency(?\App\Entity\Currency $currency): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCurrency', [$currency]);
return parent::setCurrency($currency);
}
/**
* {@inheritDoc}
*/
public function getTableLogBonds(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTableLogBonds', []);
return parent::getTableLogBonds();
}
/**
* {@inheritDoc}
*/
public function addTableLogBond(\App\Entity\TableLogBond $tableLogBond): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addTableLogBond', [$tableLogBond]);
return parent::addTableLogBond($tableLogBond);
}
/**
* {@inheritDoc}
*/
public function removeTableLogBond(\App\Entity\TableLogBond $tableLogBond): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeTableLogBond', [$tableLogBond]);
return parent::removeTableLogBond($tableLogBond);
}
/**
* {@inheritDoc}
*/
public function getValidationDate(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getValidationDate', []);
return parent::getValidationDate();
}
/**
* {@inheritDoc}
*/
public function setValidationDate(?\DateTimeInterface $validationDate): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setValidationDate', [$validationDate]);
return parent::setValidationDate($validationDate);
}
/**
* {@inheritDoc}
*/
public function getTableLogPools(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTableLogPools', []);
return parent::getTableLogPools();
}
/**
* {@inheritDoc}
*/
public function addTableLogPool(\App\Entity\TableLogPoolProgram $tableLogPool): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addTableLogPool', [$tableLogPool]);
return parent::addTableLogPool($tableLogPool);
}
/**
* {@inheritDoc}
*/
public function removeTableLogPool(\App\Entity\TableLogPoolProgram $tableLogPool): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeTableLogPool', [$tableLogPool]);
return parent::removeTableLogPool($tableLogPool);
}
/**
* {@inheritDoc}
*/
public function getEuLabel(): ?\App\Entity\EuLabel
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getEuLabel', []);
return parent::getEuLabel();
}
/**
* {@inheritDoc}
*/
public function setEuLabel(?\App\Entity\EuLabel $euLabel): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setEuLabel', [$euLabel]);
return parent::setEuLabel($euLabel);
}
/**
* {@inheritDoc}
*/
public function getModel(): ?\App\Entity\Model
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getModel', []);
return parent::getModel();
}
/**
* {@inheritDoc}
*/
public function setModel(?\App\Entity\Model $model): \App\Entity\PoolProgram
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setModel', [$model]);
return parent::setModel($model);
}
/**
* {@inheritDoc}
*/
public function isIsDeleted(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isIsDeleted', []);
return parent::isIsDeleted();
}
/**
* {@inheritDoc}
*/
public function isHasCustomDisclaimer(): ?bool
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isHasCustomDisclaimer', []);
return parent::isHasCustomDisclaimer();
}
}