<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Category extends \App\Entity\Category 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;
}
/**
* {@inheritDoc}
* @param string $name
*/
public function __get($name)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__get', [$name]);
return parent::__get($name);
}
/**
*
* @return array
*/
public function __sleep()
{
if ($this->__isInitialized__) {
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'position', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFile', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFileUpdatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'products', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'subCategories', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1File', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1FileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1FileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1FileUpdatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFile', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFileUpdatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'publications', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryPhaseEvolutions', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1File', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1FileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1FileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1FileUpdatedAt', 'translations', 'newTranslations', 'currentLocale', 'defaultLocale', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'updatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'updator', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'creator'];
}
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'position', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFile', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryFileUpdatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'products', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'subCategories', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1File', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1FileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1FileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'category1FileUpdatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFile', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIconFileUpdatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'publications', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryPhaseEvolutions', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1File', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1FileName', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1FileSize', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'categoryIcon1FileUpdatedAt', 'translations', 'newTranslations', 'currentLocale', 'defaultLocale', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'updatedAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'updator', '' . "\0" . 'App\\Entity\\Category' . "\0" . 'creator'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (Category $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 __call($method, $arguments)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__call', [$method, $arguments]);
return parent::__call($method, $arguments);
}
/**
* {@inheritDoc}
*/
public function __toString()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []);
return parent::__toString();
}
/**
* {@inheritDoc}
*/
public function setCategoryIcon1File(\Symfony\Component\HttpFoundation\File\File $image = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIcon1File', [$image]);
return parent::setCategoryIcon1File($image);
}
/**
* {@inheritDoc}
*/
public function getCategoryIcon1File()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIcon1File', []);
return parent::getCategoryIcon1File();
}
/**
* {@inheritDoc}
*/
public function getCategoryIcon1FileName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIcon1FileName', []);
return parent::getCategoryIcon1FileName();
}
/**
* {@inheritDoc}
*/
public function setCategoryIcon1FileName(?string $categoryIcon1FileName): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIcon1FileName', [$categoryIcon1FileName]);
return parent::setCategoryIcon1FileName($categoryIcon1FileName);
}
/**
* {@inheritDoc}
*/
public function getCategoryIcon1FileSize(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIcon1FileSize', []);
return parent::getCategoryIcon1FileSize();
}
/**
* {@inheritDoc}
*/
public function setCategoryIcon1FileSize(?int $categoryIcon1FileSize): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIcon1FileSize', [$categoryIcon1FileSize]);
return parent::setCategoryIcon1FileSize($categoryIcon1FileSize);
}
/**
* {@inheritDoc}
*/
public function getCategoryIcon1FileUpdatedAt(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIcon1FileUpdatedAt', []);
return parent::getCategoryIcon1FileUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setCategoryIcon1FileUpdatedAt(?\DateTimeInterface $categoryIcon1FileUpdatedAt): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIcon1FileUpdatedAt', [$categoryIcon1FileUpdatedAt]);
return parent::setCategoryIcon1FileUpdatedAt($categoryIcon1FileUpdatedAt);
}
/**
* {@inheritDoc}
*/
public function setCategoryIconFile(\Symfony\Component\HttpFoundation\File\File $image = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIconFile', [$image]);
return parent::setCategoryIconFile($image);
}
/**
* {@inheritDoc}
*/
public function getCategoryIconFile()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIconFile', []);
return parent::getCategoryIconFile();
}
/**
* {@inheritDoc}
*/
public function getCategoryIconFileName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIconFileName', []);
return parent::getCategoryIconFileName();
}
/**
* {@inheritDoc}
*/
public function setCategoryIconFileName(?string $categoryIconFileName): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIconFileName', [$categoryIconFileName]);
return parent::setCategoryIconFileName($categoryIconFileName);
}
/**
* {@inheritDoc}
*/
public function getCategoryIconFileSize(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIconFileSize', []);
return parent::getCategoryIconFileSize();
}
/**
* {@inheritDoc}
*/
public function setCategoryIconFileSize(?int $categoryIconFileSize): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIconFileSize', [$categoryIconFileSize]);
return parent::setCategoryIconFileSize($categoryIconFileSize);
}
/**
* {@inheritDoc}
*/
public function getCategoryIconFileUpdatedAt(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryIconFileUpdatedAt', []);
return parent::getCategoryIconFileUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setCategoryIconFileUpdatedAt(?\DateTimeInterface $categoryIconFileUpdatedAt): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryIconFileUpdatedAt', [$categoryIconFileUpdatedAt]);
return parent::setCategoryIconFileUpdatedAt($categoryIconFileUpdatedAt);
}
/**
* {@inheritDoc}
*/
public function setCategory1File(\Symfony\Component\HttpFoundation\File\File $image = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategory1File', [$image]);
return parent::setCategory1File($image);
}
/**
* {@inheritDoc}
*/
public function getCategory1File()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory1File', []);
return parent::getCategory1File();
}
/**
* {@inheritDoc}
*/
public function getCategory1FileName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory1FileName', []);
return parent::getCategory1FileName();
}
/**
* {@inheritDoc}
*/
public function setCategory1FileName(?string $category1FileName): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategory1FileName', [$category1FileName]);
return parent::setCategory1FileName($category1FileName);
}
/**
* {@inheritDoc}
*/
public function getCategory1FileSize(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory1FileSize', []);
return parent::getCategory1FileSize();
}
/**
* {@inheritDoc}
*/
public function setCategory1FileSize(?int $category1FileSize): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategory1FileSize', [$category1FileSize]);
return parent::setCategory1FileSize($category1FileSize);
}
/**
* {@inheritDoc}
*/
public function getCategory1FileUpdatedAt(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategory1FileUpdatedAt', []);
return parent::getCategory1FileUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setCategory1FileUpdatedAt(?\DateTimeInterface $category1FileUpdatedAt): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategory1FileUpdatedAt', [$category1FileUpdatedAt]);
return parent::setCategory1FileUpdatedAt($category1FileUpdatedAt);
}
/**
* {@inheritDoc}
*/
public function setCategoryFile(\Symfony\Component\HttpFoundation\File\File $image = NULL)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryFile', [$image]);
return parent::setCategoryFile($image);
}
/**
* {@inheritDoc}
*/
public function getCategoryFile()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryFile', []);
return parent::getCategoryFile();
}
/**
* {@inheritDoc}
*/
public function getCategoryFileName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryFileName', []);
return parent::getCategoryFileName();
}
/**
* {@inheritDoc}
*/
public function setCategoryFileName(?string $categoryFileName): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryFileName', [$categoryFileName]);
return parent::setCategoryFileName($categoryFileName);
}
/**
* {@inheritDoc}
*/
public function getCategoryFileSize(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryFileSize', []);
return parent::getCategoryFileSize();
}
/**
* {@inheritDoc}
*/
public function setCategoryFileSize(?int $categoryFileSize): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryFileSize', [$categoryFileSize]);
return parent::setCategoryFileSize($categoryFileSize);
}
/**
* {@inheritDoc}
*/
public function getCategoryFileUpdatedAt(): ?\DateTimeInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryFileUpdatedAt', []);
return parent::getCategoryFileUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setCategoryFileUpdatedAt(?\DateTimeInterface $categoryFileUpdatedAt): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCategoryFileUpdatedAt', [$categoryFileUpdatedAt]);
return parent::setCategoryFileUpdatedAt($categoryFileUpdatedAt);
}
/**
* {@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 getPosition(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPosition', []);
return parent::getPosition();
}
/**
* {@inheritDoc}
*/
public function setPosition(?int $position): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPosition', [$position]);
return parent::setPosition($position);
}
/**
* {@inheritDoc}
*/
public function getProducts(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', []);
return parent::getProducts();
}
/**
* {@inheritDoc}
*/
public function addProduct(\App\Entity\Product $product): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addProduct', [$product]);
return parent::addProduct($product);
}
/**
* {@inheritDoc}
*/
public function removeProduct(\App\Entity\Product $product): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeProduct', [$product]);
return parent::removeProduct($product);
}
/**
* {@inheritDoc}
*/
public function getSubCategories(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSubCategories', []);
return parent::getSubCategories();
}
/**
* {@inheritDoc}
*/
public function addSubCategory(\App\Entity\SubCategory $subCategory): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addSubCategory', [$subCategory]);
return parent::addSubCategory($subCategory);
}
/**
* {@inheritDoc}
*/
public function removeSubCategory(\App\Entity\SubCategory $subCategory): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeSubCategory', [$subCategory]);
return parent::removeSubCategory($subCategory);
}
/**
* {@inheritDoc}
*/
public function getPublications(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPublications', []);
return parent::getPublications();
}
/**
* {@inheritDoc}
*/
public function addPublication(\App\Entity\Publication $publication): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addPublication', [$publication]);
return parent::addPublication($publication);
}
/**
* {@inheritDoc}
*/
public function removePublication(\App\Entity\Publication $publication): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removePublication', [$publication]);
return parent::removePublication($publication);
}
/**
* {@inheritDoc}
*/
public function getCategoryPhaseEvolutions(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCategoryPhaseEvolutions', []);
return parent::getCategoryPhaseEvolutions();
}
/**
* {@inheritDoc}
*/
public function addCategoryPhaseEvolution(\App\Entity\CategoryPhaseEvolution $categoryPhaseEvolution): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addCategoryPhaseEvolution', [$categoryPhaseEvolution]);
return parent::addCategoryPhaseEvolution($categoryPhaseEvolution);
}
/**
* {@inheritDoc}
*/
public function removeCategoryPhaseEvolution(\App\Entity\CategoryPhaseEvolution $categoryPhaseEvolution): \App\Entity\Category
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCategoryPhaseEvolution', [$categoryPhaseEvolution]);
return parent::removeCategoryPhaseEvolution($categoryPhaseEvolution);
}
/**
* {@inheritDoc}
*/
public function getTranslations()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTranslations', []);
return parent::getTranslations();
}
/**
* {@inheritDoc}
*/
public function setTranslations(iterable $translations): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTranslations', [$translations]);
parent::setTranslations($translations);
}
/**
* {@inheritDoc}
*/
public function getNewTranslations()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getNewTranslations', []);
return parent::getNewTranslations();
}
/**
* {@inheritDoc}
*/
public function addTranslation(\Knp\DoctrineBehaviors\Contract\Entity\TranslationInterface $translation): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addTranslation', [$translation]);
parent::addTranslation($translation);
}
/**
* {@inheritDoc}
*/
public function removeTranslation(\Knp\DoctrineBehaviors\Contract\Entity\TranslationInterface $translation): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeTranslation', [$translation]);
parent::removeTranslation($translation);
}
/**
* {@inheritDoc}
*/
public function translate(string $locale = NULL, bool $fallbackToDefault = true): \Knp\DoctrineBehaviors\Contract\Entity\TranslationInterface
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'translate', [$locale, $fallbackToDefault]);
return parent::translate($locale, $fallbackToDefault);
}
/**
* {@inheritDoc}
*/
public function mergeNewTranslations(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'mergeNewTranslations', []);
parent::mergeNewTranslations();
}
/**
* {@inheritDoc}
*/
public function setCurrentLocale(string $locale): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCurrentLocale', [$locale]);
parent::setCurrentLocale($locale);
}
/**
* {@inheritDoc}
*/
public function getCurrentLocale(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCurrentLocale', []);
return parent::getCurrentLocale();
}
/**
* {@inheritDoc}
*/
public function setDefaultLocale($locale): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDefaultLocale', [$locale]);
parent::setDefaultLocale($locale);
}
/**
* {@inheritDoc}
*/
public function getDefaultLocale(): string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDefaultLocale', []);
return parent::getDefaultLocale();
}
/**
* {@inheritDoc}
*/
public function getUpdatedAt(): ?\DateTime
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdatedAt', []);
return parent::getUpdatedAt();
}
/**
* {@inheritDoc}
*/
public function setUpdatedAt(\DateTime $updatedAt)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdatedAt', [$updatedAt]);
return parent::setUpdatedAt($updatedAt);
}
/**
* {@inheritDoc}
*/
public function getCreatedAt(): ?\DateTime
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []);
return parent::getCreatedAt();
}
/**
* {@inheritDoc}
*/
public function setCreatedAt(\DateTime $createdAt)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]);
return parent::setCreatedAt($createdAt);
}
/**
* {@inheritDoc}
*/
public function getUpdator(): ?\App\Entity\User
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdator', []);
return parent::getUpdator();
}
/**
* {@inheritDoc}
*/
public function setUpdator(\App\Entity\User $updator)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdator', [$updator]);
return parent::setUpdator($updator);
}
/**
* {@inheritDoc}
*/
public function getCreator(): ?\App\Entity\User
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreator', []);
return parent::getCreator();
}
/**
* {@inheritDoc}
*/
public function setCreator(\App\Entity\User $creator)
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreator', [$creator]);
return parent::setCreator($creator);
}
}