<?php
namespace Proxies\__CG__\App\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Company extends \App\Entity\Company 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\\Company' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'name', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'website', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'description', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'externalId', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'details', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'client', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'containers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'companyTags', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'companyCategory', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'owners', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'users', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'logoImageName', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'coverImageName', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'companyProducts', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'tagline', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'contactEmail', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'phone', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'streamUrl', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'streamType', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'followers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'totalFollowers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'offNotificationUsers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'newsfeeds', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'industry', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'size', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'address1', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'address2', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'city', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'postalCode', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'state', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'country', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialLinkedin', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialX', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialFacebook', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialInstagram', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialYoutube', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'ownerContainers', 'createdAt', 'updatedAt'];
}
return ['__isInitialized__', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'id', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'name', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'website', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'description', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'externalId', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'details', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'client', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'containers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'companyTags', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'companyCategory', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'owners', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'users', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'logoImageName', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'coverImageName', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'companyProducts', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'tagline', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'contactEmail', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'phone', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'streamUrl', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'streamType', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'followers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'totalFollowers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'offNotificationUsers', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'newsfeeds', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'industry', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'size', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'address1', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'address2', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'city', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'postalCode', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'state', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'country', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialLinkedin', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialX', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialFacebook', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialInstagram', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'socialYoutube', '' . "\0" . 'App\\Entity\\Company' . "\0" . 'ownerContainers', 'createdAt', 'updatedAt'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (Company $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 getId(): ?int
{
if ($this->__isInitialized__ === false) {
return (int) parent::getId();
}
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []);
return parent::getId();
}
/**
* {@inheritDoc}
*/
public function getName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []);
return parent::getName();
}
/**
* {@inheritDoc}
*/
public function setName(string $name): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]);
return parent::setName($name);
}
/**
* {@inheritDoc}
*/
public function getWebsite(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getWebsite', []);
return parent::getWebsite();
}
/**
* {@inheritDoc}
*/
public function setWebsite(?string $website): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setWebsite', [$website]);
return parent::setWebsite($website);
}
/**
* {@inheritDoc}
*/
public function getDescription(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDescription', []);
return parent::getDescription();
}
/**
* {@inheritDoc}
*/
public function setDescription(?string $description): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDescription', [$description]);
return parent::setDescription($description);
}
/**
* {@inheritDoc}
*/
public function getExternalId(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getExternalId', []);
return parent::getExternalId();
}
/**
* {@inheritDoc}
*/
public function setExternalId(?string $externalId): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setExternalId', [$externalId]);
return parent::setExternalId($externalId);
}
/**
* {@inheritDoc}
*/
public function getDetails(): ?array
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getDetails', []);
return parent::getDetails();
}
/**
* {@inheritDoc}
*/
public function setDetails(?array $details): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setDetails', [$details]);
return parent::setDetails($details);
}
/**
* {@inheritDoc}
*/
public function getClient(): ?\App\Entity\Client
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getClient', []);
return parent::getClient();
}
/**
* {@inheritDoc}
*/
public function setClient(?\App\Entity\Client $client): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setClient', [$client]);
return parent::setClient($client);
}
/**
* {@inheritDoc}
*/
public function getContainers(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getContainers', []);
return parent::getContainers();
}
/**
* {@inheritDoc}
*/
public function addContainer(\App\Entity\Container $container): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addContainer', [$container]);
return parent::addContainer($container);
}
/**
* {@inheritDoc}
*/
public function removeContainer(\App\Entity\Container $container): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeContainer', [$container]);
return parent::removeContainer($container);
}
/**
* {@inheritDoc}
*/
public function getCompanyTags(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompanyTags', []);
return parent::getCompanyTags();
}
/**
* {@inheritDoc}
*/
public function addCompanyTag(\App\Entity\CompanyTag $companyTag): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addCompanyTag', [$companyTag]);
return parent::addCompanyTag($companyTag);
}
/**
* {@inheritDoc}
*/
public function removeCompanyTag(\App\Entity\CompanyTag $companyTag): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCompanyTag', [$companyTag]);
return parent::removeCompanyTag($companyTag);
}
/**
* {@inheritDoc}
*/
public function getCompanyCategory(): ?\App\Entity\CommonCategory
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompanyCategory', []);
return parent::getCompanyCategory();
}
/**
* {@inheritDoc}
*/
public function setCompanyCategory(?\App\Entity\CommonCategory $companyCategory): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCompanyCategory', [$companyCategory]);
return parent::setCompanyCategory($companyCategory);
}
/**
* {@inheritDoc}
*/
public function getOwners(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOwners', []);
return parent::getOwners();
}
/**
* {@inheritDoc}
*/
public function addOwner(\App\Entity\User $owner): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addOwner', [$owner]);
return parent::addOwner($owner);
}
/**
* {@inheritDoc}
*/
public function removeOwner(\App\Entity\User $owner): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeOwner', [$owner]);
return parent::removeOwner($owner);
}
/**
* {@inheritDoc}
*/
public function getUsers(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getUsers', []);
return parent::getUsers();
}
/**
* {@inheritDoc}
*/
public function addUser(\App\Entity\User $user): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addUser', [$user]);
return parent::addUser($user);
}
/**
* {@inheritDoc}
*/
public function removeUser(\App\Entity\User $user): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeUser', [$user]);
return parent::removeUser($user);
}
/**
* {@inheritDoc}
*/
public function getLogoImageName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLogoImageName', []);
return parent::getLogoImageName();
}
/**
* {@inheritDoc}
*/
public function setLogoImageName(?string $logoImageName): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLogoImageName', [$logoImageName]);
return parent::setLogoImageName($logoImageName);
}
/**
* {@inheritDoc}
*/
public function getCoverImageName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCoverImageName', []);
return parent::getCoverImageName();
}
/**
* {@inheritDoc}
*/
public function setCoverImageName(?string $coverImageName): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCoverImageName', [$coverImageName]);
return parent::setCoverImageName($coverImageName);
}
/**
* {@inheritDoc}
*/
public function getCompanyProducts(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCompanyProducts', []);
return parent::getCompanyProducts();
}
/**
* {@inheritDoc}
*/
public function addCompanyProduct(\App\Entity\CompanyProduct $companyProduct): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addCompanyProduct', [$companyProduct]);
return parent::addCompanyProduct($companyProduct);
}
/**
* {@inheritDoc}
*/
public function removeCompanyProduct(\App\Entity\CompanyProduct $companyProduct): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeCompanyProduct', [$companyProduct]);
return parent::removeCompanyProduct($companyProduct);
}
/**
* {@inheritDoc}
*/
public function getTagline(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTagline', []);
return parent::getTagline();
}
/**
* {@inheritDoc}
*/
public function setTagline(?string $tagline): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTagline', [$tagline]);
return parent::setTagline($tagline);
}
/**
* {@inheritDoc}
*/
public function getContactEmail(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getContactEmail', []);
return parent::getContactEmail();
}
/**
* {@inheritDoc}
*/
public function setContactEmail(?string $contactEmail): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setContactEmail', [$contactEmail]);
return parent::setContactEmail($contactEmail);
}
/**
* {@inheritDoc}
*/
public function getPhone(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPhone', []);
return parent::getPhone();
}
/**
* {@inheritDoc}
*/
public function setPhone(?string $phone): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPhone', [$phone]);
return parent::setPhone($phone);
}
/**
* {@inheritDoc}
*/
public function getStreamUrl(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getStreamUrl', []);
return parent::getStreamUrl();
}
/**
* {@inheritDoc}
*/
public function setStreamUrl(?string $streamUrl): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setStreamUrl', [$streamUrl]);
return parent::setStreamUrl($streamUrl);
}
/**
* {@inheritDoc}
*/
public function getStreamType(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getStreamType', []);
return parent::getStreamType();
}
/**
* {@inheritDoc}
*/
public function setStreamType(?string $streamType): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setStreamType', [$streamType]);
return parent::setStreamType($streamType);
}
/**
* {@inheritDoc}
*/
public function getFollowers(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFollowers', []);
return parent::getFollowers();
}
/**
* {@inheritDoc}
*/
public function getFollowersId(): array
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFollowersId', []);
return parent::getFollowersId();
}
/**
* {@inheritDoc}
*/
public function addFollower(\App\Entity\User $follower): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addFollower', [$follower]);
return parent::addFollower($follower);
}
/**
* {@inheritDoc}
*/
public function removeFollower(\App\Entity\User $follower): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeFollower', [$follower]);
return parent::removeFollower($follower);
}
/**
* {@inheritDoc}
*/
public function getOffNotificationUsers(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOffNotificationUsers', []);
return parent::getOffNotificationUsers();
}
/**
* {@inheritDoc}
*/
public function getOffNotificationUsersId(): array
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOffNotificationUsersId', []);
return parent::getOffNotificationUsersId();
}
/**
* {@inheritDoc}
*/
public function addOffNotificationUser(\App\Entity\User $offNotificationUser): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addOffNotificationUser', [$offNotificationUser]);
return parent::addOffNotificationUser($offNotificationUser);
}
/**
* {@inheritDoc}
*/
public function removeOffNotificationUser(\App\Entity\User $offNotificationUser): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeOffNotificationUser', [$offNotificationUser]);
return parent::removeOffNotificationUser($offNotificationUser);
}
/**
* {@inheritDoc}
*/
public function getNewsfeeds(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getNewsfeeds', []);
return parent::getNewsfeeds();
}
/**
* {@inheritDoc}
*/
public function addNewsfeed(\App\Entity\Newsfeed $newsfeed): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addNewsfeed', [$newsfeed]);
return parent::addNewsfeed($newsfeed);
}
/**
* {@inheritDoc}
*/
public function removeNewsfeed(\App\Entity\Newsfeed $newsfeed): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeNewsfeed', [$newsfeed]);
return parent::removeNewsfeed($newsfeed);
}
/**
* {@inheritDoc}
*/
public function getTotalFollowers(): ?int
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTotalFollowers', []);
return parent::getTotalFollowers();
}
/**
* {@inheritDoc}
*/
public function setTotalFollowers(?int $totalFollowers): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTotalFollowers', [$totalFollowers]);
return parent::setTotalFollowers($totalFollowers);
}
/**
* {@inheritDoc}
*/
public function getMetadata()
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getMetadata', []);
return parent::getMetadata();
}
/**
* {@inheritDoc}
*/
public function getIndustry(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIndustry', []);
return parent::getIndustry();
}
/**
* {@inheritDoc}
*/
public function setIndustry(?string $industry): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIndustry', [$industry]);
return parent::setIndustry($industry);
}
/**
* {@inheritDoc}
*/
public function getSize(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSize', []);
return parent::getSize();
}
/**
* {@inheritDoc}
*/
public function setSize(?string $size): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSize', [$size]);
return parent::setSize($size);
}
/**
* {@inheritDoc}
*/
public function getAddress1(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAddress1', []);
return parent::getAddress1();
}
/**
* {@inheritDoc}
*/
public function setAddress1(?string $address1): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAddress1', [$address1]);
return parent::setAddress1($address1);
}
/**
* {@inheritDoc}
*/
public function getAddress2(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAddress2', []);
return parent::getAddress2();
}
/**
* {@inheritDoc}
*/
public function setAddress2(?string $address2): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAddress2', [$address2]);
return parent::setAddress2($address2);
}
/**
* {@inheritDoc}
*/
public function getCity(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCity', []);
return parent::getCity();
}
/**
* {@inheritDoc}
*/
public function setCity(?string $city): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCity', [$city]);
return parent::setCity($city);
}
/**
* {@inheritDoc}
*/
public function getPostalCode(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPostalCode', []);
return parent::getPostalCode();
}
/**
* {@inheritDoc}
*/
public function setPostalCode(?string $postalCode): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPostalCode', [$postalCode]);
return parent::setPostalCode($postalCode);
}
/**
* {@inheritDoc}
*/
public function getState(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getState', []);
return parent::getState();
}
/**
* {@inheritDoc}
*/
public function setState(?string $state): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setState', [$state]);
return parent::setState($state);
}
/**
* {@inheritDoc}
*/
public function getCountry(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCountry', []);
return parent::getCountry();
}
/**
* {@inheritDoc}
*/
public function setCountry(?string $country): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCountry', [$country]);
return parent::setCountry($country);
}
/**
* {@inheritDoc}
*/
public function getSocialLinkedin(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSocialLinkedin', []);
return parent::getSocialLinkedin();
}
/**
* {@inheritDoc}
*/
public function setSocialLinkedin(?string $socialLinkedin): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSocialLinkedin', [$socialLinkedin]);
return parent::setSocialLinkedin($socialLinkedin);
}
/**
* {@inheritDoc}
*/
public function getSocialX(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSocialX', []);
return parent::getSocialX();
}
/**
* {@inheritDoc}
*/
public function setSocialX(?string $socialX): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSocialX', [$socialX]);
return parent::setSocialX($socialX);
}
/**
* {@inheritDoc}
*/
public function getSocialFacebook(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSocialFacebook', []);
return parent::getSocialFacebook();
}
/**
* {@inheritDoc}
*/
public function setSocialFacebook(?string $socialFacebook): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSocialFacebook', [$socialFacebook]);
return parent::setSocialFacebook($socialFacebook);
}
/**
* {@inheritDoc}
*/
public function getSocialInstagram(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSocialInstagram', []);
return parent::getSocialInstagram();
}
/**
* {@inheritDoc}
*/
public function setSocialInstagram(?string $socialInstagram): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSocialInstagram', [$socialInstagram]);
return parent::setSocialInstagram($socialInstagram);
}
/**
* {@inheritDoc}
*/
public function getSocialYoutube(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSocialYoutube', []);
return parent::getSocialYoutube();
}
/**
* {@inheritDoc}
*/
public function setSocialYoutube(?string $socialYoutube): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSocialYoutube', [$socialYoutube]);
return parent::setSocialYoutube($socialYoutube);
}
/**
* {@inheritDoc}
*/
public function getOwnerContainers(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getOwnerContainers', []);
return parent::getOwnerContainers();
}
/**
* {@inheritDoc}
*/
public function addOwnerContainer(\App\Entity\Container $ownerContainer): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'addOwnerContainer', [$ownerContainer]);
return parent::addOwnerContainer($ownerContainer);
}
/**
* {@inheritDoc}
*/
public function removeOwnerContainer(\App\Entity\Container $ownerContainer): \App\Entity\Company
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'removeOwnerContainer', [$ownerContainer]);
return parent::removeOwnerContainer($ownerContainer);
}
/**
* {@inheritDoc}
*/
public function setCreatedAt(\DateTime $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(\DateTime $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();
}
}