var/cache/dev/doctrine/orm/Proxies/__CG__AppEntityCompany.php line 9

Open in your IDE?
  1. <?php
  2. namespace Proxies\__CG__\App\Entity;
  3. /**
  4.  * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
  5.  */
  6. class Company extends \App\Entity\Company implements \Doctrine\ORM\Proxy\Proxy
  7. {
  8.     /**
  9.      * @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
  10.      *      three parameters, being respectively the proxy object to be initialized, the method that triggered the
  11.      *      initialization process and an array of ordered parameters that were passed to that method.
  12.      *
  13.      * @see \Doctrine\Common\Proxy\Proxy::__setInitializer
  14.      */
  15.     public $__initializer__;
  16.     /**
  17.      * @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
  18.      *
  19.      * @see \Doctrine\Common\Proxy\Proxy::__setCloner
  20.      */
  21.     public $__cloner__;
  22.     /**
  23.      * @var boolean flag indicating if this object was already initialized
  24.      *
  25.      * @see \Doctrine\Persistence\Proxy::__isInitialized
  26.      */
  27.     public $__isInitialized__ false;
  28.     /**
  29.      * @var array<string, null> properties to be lazy loaded, indexed by property name
  30.      */
  31.     public static $lazyPropertiesNames = array (
  32. );
  33.     /**
  34.      * @var array<string, mixed> default values of properties to be lazy loaded, with keys being the property names
  35.      *
  36.      * @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties
  37.      */
  38.     public static $lazyPropertiesDefaults = array (
  39. );
  40.     public function __construct(?\Closure $initializer null, ?\Closure $cloner null)
  41.     {
  42.         $this->__initializer__ $initializer;
  43.         $this->__cloner__      $cloner;
  44.     }
  45.     /**
  46.      * 
  47.      * @return array
  48.      */
  49.     public function __sleep()
  50.     {
  51.         if ($this->__isInitialized__) {
  52.             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'];
  53.         }
  54.         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'];
  55.     }
  56.     /**
  57.      * 
  58.      */
  59.     public function __wakeup()
  60.     {
  61.         if ( ! $this->__isInitialized__) {
  62.             $this->__initializer__ = function (Company $proxy) {
  63.                 $proxy->__setInitializer(null);
  64.                 $proxy->__setCloner(null);
  65.                 $existingProperties get_object_vars($proxy);
  66.                 foreach ($proxy::$lazyPropertiesDefaults as $property => $defaultValue) {
  67.                     if ( ! array_key_exists($property$existingProperties)) {
  68.                         $proxy->$property $defaultValue;
  69.                     }
  70.                 }
  71.             };
  72.         }
  73.     }
  74.     /**
  75.      * 
  76.      */
  77.     public function __clone()
  78.     {
  79.         $this->__cloner__ && $this->__cloner__->__invoke($this'__clone', []);
  80.     }
  81.     /**
  82.      * Forces initialization of the proxy
  83.      */
  84.     public function __load(): void
  85.     {
  86.         $this->__initializer__ && $this->__initializer__->__invoke($this'__load', []);
  87.     }
  88.     /**
  89.      * {@inheritDoc}
  90.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  91.      */
  92.     public function __isInitialized(): bool
  93.     {
  94.         return $this->__isInitialized__;
  95.     }
  96.     /**
  97.      * {@inheritDoc}
  98.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  99.      */
  100.     public function __setInitialized($initialized): void
  101.     {
  102.         $this->__isInitialized__ $initialized;
  103.     }
  104.     /**
  105.      * {@inheritDoc}
  106.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  107.      */
  108.     public function __setInitializer(\Closure $initializer null): void
  109.     {
  110.         $this->__initializer__ $initializer;
  111.     }
  112.     /**
  113.      * {@inheritDoc}
  114.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  115.      */
  116.     public function __getInitializer(): ?\Closure
  117.     {
  118.         return $this->__initializer__;
  119.     }
  120.     /**
  121.      * {@inheritDoc}
  122.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  123.      */
  124.     public function __setCloner(\Closure $cloner null): void
  125.     {
  126.         $this->__cloner__ $cloner;
  127.     }
  128.     /**
  129.      * {@inheritDoc}
  130.      * @internal generated method: use only when explicitly handling proxy specific cloning logic
  131.      */
  132.     public function __getCloner(): ?\Closure
  133.     {
  134.         return $this->__cloner__;
  135.     }
  136.     /**
  137.      * {@inheritDoc}
  138.      * @internal generated method: use only when explicitly handling proxy specific loading logic
  139.      * @deprecated no longer in use - generated code now relies on internal components rather than generated public API
  140.      * @static
  141.      */
  142.     public function __getLazyProperties(): array
  143.     {
  144.         return self::$lazyPropertiesDefaults;
  145.     }
  146.     
  147.     /**
  148.      * {@inheritDoc}
  149.      */
  150.     public function getId(): ?int
  151.     {
  152.         if ($this->__isInitialized__ === false) {
  153.             return (int)  parent::getId();
  154.         }
  155.         $this->__initializer__ && $this->__initializer__->__invoke($this'getId', []);
  156.         return parent::getId();
  157.     }
  158.     /**
  159.      * {@inheritDoc}
  160.      */
  161.     public function getName(): ?string
  162.     {
  163.         $this->__initializer__ && $this->__initializer__->__invoke($this'getName', []);
  164.         return parent::getName();
  165.     }
  166.     /**
  167.      * {@inheritDoc}
  168.      */
  169.     public function setName(string $name): \App\Entity\Company
  170.     {
  171.         $this->__initializer__ && $this->__initializer__->__invoke($this'setName', [$name]);
  172.         return parent::setName($name);
  173.     }
  174.     /**
  175.      * {@inheritDoc}
  176.      */
  177.     public function getWebsite(): ?string
  178.     {
  179.         $this->__initializer__ && $this->__initializer__->__invoke($this'getWebsite', []);
  180.         return parent::getWebsite();
  181.     }
  182.     /**
  183.      * {@inheritDoc}
  184.      */
  185.     public function setWebsite(?string $website): \App\Entity\Company
  186.     {
  187.         $this->__initializer__ && $this->__initializer__->__invoke($this'setWebsite', [$website]);
  188.         return parent::setWebsite($website);
  189.     }
  190.     /**
  191.      * {@inheritDoc}
  192.      */
  193.     public function getDescription(): ?string
  194.     {
  195.         $this->__initializer__ && $this->__initializer__->__invoke($this'getDescription', []);
  196.         return parent::getDescription();
  197.     }
  198.     /**
  199.      * {@inheritDoc}
  200.      */
  201.     public function setDescription(?string $description): \App\Entity\Company
  202.     {
  203.         $this->__initializer__ && $this->__initializer__->__invoke($this'setDescription', [$description]);
  204.         return parent::setDescription($description);
  205.     }
  206.     /**
  207.      * {@inheritDoc}
  208.      */
  209.     public function getExternalId(): ?string
  210.     {
  211.         $this->__initializer__ && $this->__initializer__->__invoke($this'getExternalId', []);
  212.         return parent::getExternalId();
  213.     }
  214.     /**
  215.      * {@inheritDoc}
  216.      */
  217.     public function setExternalId(?string $externalId): \App\Entity\Company
  218.     {
  219.         $this->__initializer__ && $this->__initializer__->__invoke($this'setExternalId', [$externalId]);
  220.         return parent::setExternalId($externalId);
  221.     }
  222.     /**
  223.      * {@inheritDoc}
  224.      */
  225.     public function getDetails(): ?array
  226.     {
  227.         $this->__initializer__ && $this->__initializer__->__invoke($this'getDetails', []);
  228.         return parent::getDetails();
  229.     }
  230.     /**
  231.      * {@inheritDoc}
  232.      */
  233.     public function setDetails(?array $details): \App\Entity\Company
  234.     {
  235.         $this->__initializer__ && $this->__initializer__->__invoke($this'setDetails', [$details]);
  236.         return parent::setDetails($details);
  237.     }
  238.     /**
  239.      * {@inheritDoc}
  240.      */
  241.     public function getClient(): ?\App\Entity\Client
  242.     {
  243.         $this->__initializer__ && $this->__initializer__->__invoke($this'getClient', []);
  244.         return parent::getClient();
  245.     }
  246.     /**
  247.      * {@inheritDoc}
  248.      */
  249.     public function setClient(?\App\Entity\Client $client): \App\Entity\Company
  250.     {
  251.         $this->__initializer__ && $this->__initializer__->__invoke($this'setClient', [$client]);
  252.         return parent::setClient($client);
  253.     }
  254.     /**
  255.      * {@inheritDoc}
  256.      */
  257.     public function getContainers(): \Doctrine\Common\Collections\Collection
  258.     {
  259.         $this->__initializer__ && $this->__initializer__->__invoke($this'getContainers', []);
  260.         return parent::getContainers();
  261.     }
  262.     /**
  263.      * {@inheritDoc}
  264.      */
  265.     public function addContainer(\App\Entity\Container $container): \App\Entity\Company
  266.     {
  267.         $this->__initializer__ && $this->__initializer__->__invoke($this'addContainer', [$container]);
  268.         return parent::addContainer($container);
  269.     }
  270.     /**
  271.      * {@inheritDoc}
  272.      */
  273.     public function removeContainer(\App\Entity\Container $container): \App\Entity\Company
  274.     {
  275.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeContainer', [$container]);
  276.         return parent::removeContainer($container);
  277.     }
  278.     /**
  279.      * {@inheritDoc}
  280.      */
  281.     public function getCompanyTags(): \Doctrine\Common\Collections\Collection
  282.     {
  283.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCompanyTags', []);
  284.         return parent::getCompanyTags();
  285.     }
  286.     /**
  287.      * {@inheritDoc}
  288.      */
  289.     public function addCompanyTag(\App\Entity\CompanyTag $companyTag): \App\Entity\Company
  290.     {
  291.         $this->__initializer__ && $this->__initializer__->__invoke($this'addCompanyTag', [$companyTag]);
  292.         return parent::addCompanyTag($companyTag);
  293.     }
  294.     /**
  295.      * {@inheritDoc}
  296.      */
  297.     public function removeCompanyTag(\App\Entity\CompanyTag $companyTag): \App\Entity\Company
  298.     {
  299.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeCompanyTag', [$companyTag]);
  300.         return parent::removeCompanyTag($companyTag);
  301.     }
  302.     /**
  303.      * {@inheritDoc}
  304.      */
  305.     public function getCompanyCategory(): ?\App\Entity\CommonCategory
  306.     {
  307.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCompanyCategory', []);
  308.         return parent::getCompanyCategory();
  309.     }
  310.     /**
  311.      * {@inheritDoc}
  312.      */
  313.     public function setCompanyCategory(?\App\Entity\CommonCategory $companyCategory): \App\Entity\Company
  314.     {
  315.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCompanyCategory', [$companyCategory]);
  316.         return parent::setCompanyCategory($companyCategory);
  317.     }
  318.     /**
  319.      * {@inheritDoc}
  320.      */
  321.     public function getOwners(): \Doctrine\Common\Collections\Collection
  322.     {
  323.         $this->__initializer__ && $this->__initializer__->__invoke($this'getOwners', []);
  324.         return parent::getOwners();
  325.     }
  326.     /**
  327.      * {@inheritDoc}
  328.      */
  329.     public function addOwner(\App\Entity\User $owner): \App\Entity\Company
  330.     {
  331.         $this->__initializer__ && $this->__initializer__->__invoke($this'addOwner', [$owner]);
  332.         return parent::addOwner($owner);
  333.     }
  334.     /**
  335.      * {@inheritDoc}
  336.      */
  337.     public function removeOwner(\App\Entity\User $owner): \App\Entity\Company
  338.     {
  339.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeOwner', [$owner]);
  340.         return parent::removeOwner($owner);
  341.     }
  342.     /**
  343.      * {@inheritDoc}
  344.      */
  345.     public function getUsers(): \Doctrine\Common\Collections\Collection
  346.     {
  347.         $this->__initializer__ && $this->__initializer__->__invoke($this'getUsers', []);
  348.         return parent::getUsers();
  349.     }
  350.     /**
  351.      * {@inheritDoc}
  352.      */
  353.     public function addUser(\App\Entity\User $user): \App\Entity\Company
  354.     {
  355.         $this->__initializer__ && $this->__initializer__->__invoke($this'addUser', [$user]);
  356.         return parent::addUser($user);
  357.     }
  358.     /**
  359.      * {@inheritDoc}
  360.      */
  361.     public function removeUser(\App\Entity\User $user): \App\Entity\Company
  362.     {
  363.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeUser', [$user]);
  364.         return parent::removeUser($user);
  365.     }
  366.     /**
  367.      * {@inheritDoc}
  368.      */
  369.     public function getLogoImageName(): ?string
  370.     {
  371.         $this->__initializer__ && $this->__initializer__->__invoke($this'getLogoImageName', []);
  372.         return parent::getLogoImageName();
  373.     }
  374.     /**
  375.      * {@inheritDoc}
  376.      */
  377.     public function setLogoImageName(?string $logoImageName): \App\Entity\Company
  378.     {
  379.         $this->__initializer__ && $this->__initializer__->__invoke($this'setLogoImageName', [$logoImageName]);
  380.         return parent::setLogoImageName($logoImageName);
  381.     }
  382.     /**
  383.      * {@inheritDoc}
  384.      */
  385.     public function getCoverImageName(): ?string
  386.     {
  387.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCoverImageName', []);
  388.         return parent::getCoverImageName();
  389.     }
  390.     /**
  391.      * {@inheritDoc}
  392.      */
  393.     public function setCoverImageName(?string $coverImageName): \App\Entity\Company
  394.     {
  395.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCoverImageName', [$coverImageName]);
  396.         return parent::setCoverImageName($coverImageName);
  397.     }
  398.     /**
  399.      * {@inheritDoc}
  400.      */
  401.     public function getCompanyProducts(): \Doctrine\Common\Collections\Collection
  402.     {
  403.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCompanyProducts', []);
  404.         return parent::getCompanyProducts();
  405.     }
  406.     /**
  407.      * {@inheritDoc}
  408.      */
  409.     public function addCompanyProduct(\App\Entity\CompanyProduct $companyProduct): \App\Entity\Company
  410.     {
  411.         $this->__initializer__ && $this->__initializer__->__invoke($this'addCompanyProduct', [$companyProduct]);
  412.         return parent::addCompanyProduct($companyProduct);
  413.     }
  414.     /**
  415.      * {@inheritDoc}
  416.      */
  417.     public function removeCompanyProduct(\App\Entity\CompanyProduct $companyProduct): \App\Entity\Company
  418.     {
  419.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeCompanyProduct', [$companyProduct]);
  420.         return parent::removeCompanyProduct($companyProduct);
  421.     }
  422.     /**
  423.      * {@inheritDoc}
  424.      */
  425.     public function getTagline(): ?string
  426.     {
  427.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTagline', []);
  428.         return parent::getTagline();
  429.     }
  430.     /**
  431.      * {@inheritDoc}
  432.      */
  433.     public function setTagline(?string $tagline): \App\Entity\Company
  434.     {
  435.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTagline', [$tagline]);
  436.         return parent::setTagline($tagline);
  437.     }
  438.     /**
  439.      * {@inheritDoc}
  440.      */
  441.     public function getContactEmail(): ?string
  442.     {
  443.         $this->__initializer__ && $this->__initializer__->__invoke($this'getContactEmail', []);
  444.         return parent::getContactEmail();
  445.     }
  446.     /**
  447.      * {@inheritDoc}
  448.      */
  449.     public function setContactEmail(?string $contactEmail): \App\Entity\Company
  450.     {
  451.         $this->__initializer__ && $this->__initializer__->__invoke($this'setContactEmail', [$contactEmail]);
  452.         return parent::setContactEmail($contactEmail);
  453.     }
  454.     /**
  455.      * {@inheritDoc}
  456.      */
  457.     public function getPhone(): ?string
  458.     {
  459.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPhone', []);
  460.         return parent::getPhone();
  461.     }
  462.     /**
  463.      * {@inheritDoc}
  464.      */
  465.     public function setPhone(?string $phone): \App\Entity\Company
  466.     {
  467.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPhone', [$phone]);
  468.         return parent::setPhone($phone);
  469.     }
  470.     /**
  471.      * {@inheritDoc}
  472.      */
  473.     public function getStreamUrl(): ?string
  474.     {
  475.         $this->__initializer__ && $this->__initializer__->__invoke($this'getStreamUrl', []);
  476.         return parent::getStreamUrl();
  477.     }
  478.     /**
  479.      * {@inheritDoc}
  480.      */
  481.     public function setStreamUrl(?string $streamUrl): \App\Entity\Company
  482.     {
  483.         $this->__initializer__ && $this->__initializer__->__invoke($this'setStreamUrl', [$streamUrl]);
  484.         return parent::setStreamUrl($streamUrl);
  485.     }
  486.     /**
  487.      * {@inheritDoc}
  488.      */
  489.     public function getStreamType(): ?string
  490.     {
  491.         $this->__initializer__ && $this->__initializer__->__invoke($this'getStreamType', []);
  492.         return parent::getStreamType();
  493.     }
  494.     /**
  495.      * {@inheritDoc}
  496.      */
  497.     public function setStreamType(?string $streamType): \App\Entity\Company
  498.     {
  499.         $this->__initializer__ && $this->__initializer__->__invoke($this'setStreamType', [$streamType]);
  500.         return parent::setStreamType($streamType);
  501.     }
  502.     /**
  503.      * {@inheritDoc}
  504.      */
  505.     public function getFollowers(): \Doctrine\Common\Collections\Collection
  506.     {
  507.         $this->__initializer__ && $this->__initializer__->__invoke($this'getFollowers', []);
  508.         return parent::getFollowers();
  509.     }
  510.     /**
  511.      * {@inheritDoc}
  512.      */
  513.     public function getFollowersId(): array
  514.     {
  515.         $this->__initializer__ && $this->__initializer__->__invoke($this'getFollowersId', []);
  516.         return parent::getFollowersId();
  517.     }
  518.     /**
  519.      * {@inheritDoc}
  520.      */
  521.     public function addFollower(\App\Entity\User $follower): \App\Entity\Company
  522.     {
  523.         $this->__initializer__ && $this->__initializer__->__invoke($this'addFollower', [$follower]);
  524.         return parent::addFollower($follower);
  525.     }
  526.     /**
  527.      * {@inheritDoc}
  528.      */
  529.     public function removeFollower(\App\Entity\User $follower): \App\Entity\Company
  530.     {
  531.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeFollower', [$follower]);
  532.         return parent::removeFollower($follower);
  533.     }
  534.     /**
  535.      * {@inheritDoc}
  536.      */
  537.     public function getOffNotificationUsers(): \Doctrine\Common\Collections\Collection
  538.     {
  539.         $this->__initializer__ && $this->__initializer__->__invoke($this'getOffNotificationUsers', []);
  540.         return parent::getOffNotificationUsers();
  541.     }
  542.     /**
  543.      * {@inheritDoc}
  544.      */
  545.     public function getOffNotificationUsersId(): array
  546.     {
  547.         $this->__initializer__ && $this->__initializer__->__invoke($this'getOffNotificationUsersId', []);
  548.         return parent::getOffNotificationUsersId();
  549.     }
  550.     /**
  551.      * {@inheritDoc}
  552.      */
  553.     public function addOffNotificationUser(\App\Entity\User $offNotificationUser): \App\Entity\Company
  554.     {
  555.         $this->__initializer__ && $this->__initializer__->__invoke($this'addOffNotificationUser', [$offNotificationUser]);
  556.         return parent::addOffNotificationUser($offNotificationUser);
  557.     }
  558.     /**
  559.      * {@inheritDoc}
  560.      */
  561.     public function removeOffNotificationUser(\App\Entity\User $offNotificationUser): \App\Entity\Company
  562.     {
  563.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeOffNotificationUser', [$offNotificationUser]);
  564.         return parent::removeOffNotificationUser($offNotificationUser);
  565.     }
  566.     /**
  567.      * {@inheritDoc}
  568.      */
  569.     public function getNewsfeeds(): \Doctrine\Common\Collections\Collection
  570.     {
  571.         $this->__initializer__ && $this->__initializer__->__invoke($this'getNewsfeeds', []);
  572.         return parent::getNewsfeeds();
  573.     }
  574.     /**
  575.      * {@inheritDoc}
  576.      */
  577.     public function addNewsfeed(\App\Entity\Newsfeed $newsfeed): \App\Entity\Company
  578.     {
  579.         $this->__initializer__ && $this->__initializer__->__invoke($this'addNewsfeed', [$newsfeed]);
  580.         return parent::addNewsfeed($newsfeed);
  581.     }
  582.     /**
  583.      * {@inheritDoc}
  584.      */
  585.     public function removeNewsfeed(\App\Entity\Newsfeed $newsfeed): \App\Entity\Company
  586.     {
  587.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeNewsfeed', [$newsfeed]);
  588.         return parent::removeNewsfeed($newsfeed);
  589.     }
  590.     /**
  591.      * {@inheritDoc}
  592.      */
  593.     public function getTotalFollowers(): ?int
  594.     {
  595.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTotalFollowers', []);
  596.         return parent::getTotalFollowers();
  597.     }
  598.     /**
  599.      * {@inheritDoc}
  600.      */
  601.     public function setTotalFollowers(?int $totalFollowers): \App\Entity\Company
  602.     {
  603.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTotalFollowers', [$totalFollowers]);
  604.         return parent::setTotalFollowers($totalFollowers);
  605.     }
  606.     /**
  607.      * {@inheritDoc}
  608.      */
  609.     public function getMetadata()
  610.     {
  611.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMetadata', []);
  612.         return parent::getMetadata();
  613.     }
  614.     /**
  615.      * {@inheritDoc}
  616.      */
  617.     public function getIndustry(): ?string
  618.     {
  619.         $this->__initializer__ && $this->__initializer__->__invoke($this'getIndustry', []);
  620.         return parent::getIndustry();
  621.     }
  622.     /**
  623.      * {@inheritDoc}
  624.      */
  625.     public function setIndustry(?string $industry): \App\Entity\Company
  626.     {
  627.         $this->__initializer__ && $this->__initializer__->__invoke($this'setIndustry', [$industry]);
  628.         return parent::setIndustry($industry);
  629.     }
  630.     /**
  631.      * {@inheritDoc}
  632.      */
  633.     public function getSize(): ?string
  634.     {
  635.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSize', []);
  636.         return parent::getSize();
  637.     }
  638.     /**
  639.      * {@inheritDoc}
  640.      */
  641.     public function setSize(?string $size): \App\Entity\Company
  642.     {
  643.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSize', [$size]);
  644.         return parent::setSize($size);
  645.     }
  646.     /**
  647.      * {@inheritDoc}
  648.      */
  649.     public function getAddress1(): ?string
  650.     {
  651.         $this->__initializer__ && $this->__initializer__->__invoke($this'getAddress1', []);
  652.         return parent::getAddress1();
  653.     }
  654.     /**
  655.      * {@inheritDoc}
  656.      */
  657.     public function setAddress1(?string $address1): \App\Entity\Company
  658.     {
  659.         $this->__initializer__ && $this->__initializer__->__invoke($this'setAddress1', [$address1]);
  660.         return parent::setAddress1($address1);
  661.     }
  662.     /**
  663.      * {@inheritDoc}
  664.      */
  665.     public function getAddress2(): ?string
  666.     {
  667.         $this->__initializer__ && $this->__initializer__->__invoke($this'getAddress2', []);
  668.         return parent::getAddress2();
  669.     }
  670.     /**
  671.      * {@inheritDoc}
  672.      */
  673.     public function setAddress2(?string $address2): \App\Entity\Company
  674.     {
  675.         $this->__initializer__ && $this->__initializer__->__invoke($this'setAddress2', [$address2]);
  676.         return parent::setAddress2($address2);
  677.     }
  678.     /**
  679.      * {@inheritDoc}
  680.      */
  681.     public function getCity(): ?string
  682.     {
  683.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCity', []);
  684.         return parent::getCity();
  685.     }
  686.     /**
  687.      * {@inheritDoc}
  688.      */
  689.     public function setCity(?string $city): \App\Entity\Company
  690.     {
  691.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCity', [$city]);
  692.         return parent::setCity($city);
  693.     }
  694.     /**
  695.      * {@inheritDoc}
  696.      */
  697.     public function getPostalCode(): ?string
  698.     {
  699.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPostalCode', []);
  700.         return parent::getPostalCode();
  701.     }
  702.     /**
  703.      * {@inheritDoc}
  704.      */
  705.     public function setPostalCode(?string $postalCode): \App\Entity\Company
  706.     {
  707.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPostalCode', [$postalCode]);
  708.         return parent::setPostalCode($postalCode);
  709.     }
  710.     /**
  711.      * {@inheritDoc}
  712.      */
  713.     public function getState(): ?string
  714.     {
  715.         $this->__initializer__ && $this->__initializer__->__invoke($this'getState', []);
  716.         return parent::getState();
  717.     }
  718.     /**
  719.      * {@inheritDoc}
  720.      */
  721.     public function setState(?string $state): \App\Entity\Company
  722.     {
  723.         $this->__initializer__ && $this->__initializer__->__invoke($this'setState', [$state]);
  724.         return parent::setState($state);
  725.     }
  726.     /**
  727.      * {@inheritDoc}
  728.      */
  729.     public function getCountry(): ?string
  730.     {
  731.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCountry', []);
  732.         return parent::getCountry();
  733.     }
  734.     /**
  735.      * {@inheritDoc}
  736.      */
  737.     public function setCountry(?string $country): \App\Entity\Company
  738.     {
  739.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCountry', [$country]);
  740.         return parent::setCountry($country);
  741.     }
  742.     /**
  743.      * {@inheritDoc}
  744.      */
  745.     public function getSocialLinkedin(): ?string
  746.     {
  747.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSocialLinkedin', []);
  748.         return parent::getSocialLinkedin();
  749.     }
  750.     /**
  751.      * {@inheritDoc}
  752.      */
  753.     public function setSocialLinkedin(?string $socialLinkedin): \App\Entity\Company
  754.     {
  755.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSocialLinkedin', [$socialLinkedin]);
  756.         return parent::setSocialLinkedin($socialLinkedin);
  757.     }
  758.     /**
  759.      * {@inheritDoc}
  760.      */
  761.     public function getSocialX(): ?string
  762.     {
  763.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSocialX', []);
  764.         return parent::getSocialX();
  765.     }
  766.     /**
  767.      * {@inheritDoc}
  768.      */
  769.     public function setSocialX(?string $socialX): \App\Entity\Company
  770.     {
  771.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSocialX', [$socialX]);
  772.         return parent::setSocialX($socialX);
  773.     }
  774.     /**
  775.      * {@inheritDoc}
  776.      */
  777.     public function getSocialFacebook(): ?string
  778.     {
  779.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSocialFacebook', []);
  780.         return parent::getSocialFacebook();
  781.     }
  782.     /**
  783.      * {@inheritDoc}
  784.      */
  785.     public function setSocialFacebook(?string $socialFacebook): \App\Entity\Company
  786.     {
  787.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSocialFacebook', [$socialFacebook]);
  788.         return parent::setSocialFacebook($socialFacebook);
  789.     }
  790.     /**
  791.      * {@inheritDoc}
  792.      */
  793.     public function getSocialInstagram(): ?string
  794.     {
  795.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSocialInstagram', []);
  796.         return parent::getSocialInstagram();
  797.     }
  798.     /**
  799.      * {@inheritDoc}
  800.      */
  801.     public function setSocialInstagram(?string $socialInstagram): \App\Entity\Company
  802.     {
  803.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSocialInstagram', [$socialInstagram]);
  804.         return parent::setSocialInstagram($socialInstagram);
  805.     }
  806.     /**
  807.      * {@inheritDoc}
  808.      */
  809.     public function getSocialYoutube(): ?string
  810.     {
  811.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSocialYoutube', []);
  812.         return parent::getSocialYoutube();
  813.     }
  814.     /**
  815.      * {@inheritDoc}
  816.      */
  817.     public function setSocialYoutube(?string $socialYoutube): \App\Entity\Company
  818.     {
  819.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSocialYoutube', [$socialYoutube]);
  820.         return parent::setSocialYoutube($socialYoutube);
  821.     }
  822.     /**
  823.      * {@inheritDoc}
  824.      */
  825.     public function getOwnerContainers(): \Doctrine\Common\Collections\Collection
  826.     {
  827.         $this->__initializer__ && $this->__initializer__->__invoke($this'getOwnerContainers', []);
  828.         return parent::getOwnerContainers();
  829.     }
  830.     /**
  831.      * {@inheritDoc}
  832.      */
  833.     public function addOwnerContainer(\App\Entity\Container $ownerContainer): \App\Entity\Company
  834.     {
  835.         $this->__initializer__ && $this->__initializer__->__invoke($this'addOwnerContainer', [$ownerContainer]);
  836.         return parent::addOwnerContainer($ownerContainer);
  837.     }
  838.     /**
  839.      * {@inheritDoc}
  840.      */
  841.     public function removeOwnerContainer(\App\Entity\Container $ownerContainer): \App\Entity\Company
  842.     {
  843.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeOwnerContainer', [$ownerContainer]);
  844.         return parent::removeOwnerContainer($ownerContainer);
  845.     }
  846.     /**
  847.      * {@inheritDoc}
  848.      */
  849.     public function setCreatedAt(\DateTime $createdAt)
  850.     {
  851.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCreatedAt', [$createdAt]);
  852.         return parent::setCreatedAt($createdAt);
  853.     }
  854.     /**
  855.      * {@inheritDoc}
  856.      */
  857.     public function getCreatedAt()
  858.     {
  859.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCreatedAt', []);
  860.         return parent::getCreatedAt();
  861.     }
  862.     /**
  863.      * {@inheritDoc}
  864.      */
  865.     public function setUpdatedAt(\DateTime $updatedAt)
  866.     {
  867.         $this->__initializer__ && $this->__initializer__->__invoke($this'setUpdatedAt', [$updatedAt]);
  868.         return parent::setUpdatedAt($updatedAt);
  869.     }
  870.     /**
  871.      * {@inheritDoc}
  872.      */
  873.     public function getUpdatedAt()
  874.     {
  875.         $this->__initializer__ && $this->__initializer__->__invoke($this'getUpdatedAt', []);
  876.         return parent::getUpdatedAt();
  877.     }
  878. }