var/cache/dev/doctrine/orm/Proxies/__CG__SlivkiEntityCategory.php line 1393

Open in your IDE?
  1. <?php
  2. namespace Proxies\__CG__\Slivki\Entity;
  3. /**
  4.  * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
  5.  */
  6. class Category extends \Slivki\Entity\Category 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__''typeID''categoryType''code''past''topCount''domainObjectID''entityCount''description''banners''brandingBanners''mobileApiHash''sales''lastModified''inMenuBottom''hotFeedMedia''hotFeedIconMedia''hotFeedName''unpopular''position''featuredInMenu''telegramBotShow''telegramBotName''telegramBotPosition''utmCampaign''meOnMapActive''meOnMapPosition''meOnMapFeaturedActive''meOnMapFeaturedPosition''splitOffersWithSameCategories''' "\0" 'Slivki\\Entity\\Category' "\0" 'activeInBestOffersCategory''' "\0" 'Slivki\\Entity\\Category' "\0" 'showItemsCatalog''' "\0" 'Slivki\\Entity\\Category' "\0" 'hideWorkExamples''name''active''sortOrder''parents''children''city''mobileMenuIconMedias''appIconMedias''mapPinIconMedias''mapPinColor''apiSortOrder''h1''ID''transitionID'];
  53.         }
  54.         return ['__isInitialized__''typeID''categoryType''code''past''topCount''domainObjectID''entityCount''description''banners''brandingBanners''mobileApiHash''sales''lastModified''inMenuBottom''hotFeedMedia''hotFeedIconMedia''hotFeedName''unpopular''position''featuredInMenu''telegramBotShow''telegramBotName''telegramBotPosition''utmCampaign''meOnMapActive''meOnMapPosition''meOnMapFeaturedActive''meOnMapFeaturedPosition''splitOffersWithSameCategories''' "\0" 'Slivki\\Entity\\Category' "\0" 'activeInBestOffersCategory''' "\0" 'Slivki\\Entity\\Category' "\0" 'showItemsCatalog''' "\0" 'Slivki\\Entity\\Category' "\0" 'hideWorkExamples''name''active''sortOrder''parents''children''city''mobileMenuIconMedias''appIconMedias''mapPinIconMedias''mapPinColor''apiSortOrder''h1''ID''transitionID'];
  55.     }
  56.     /**
  57.      * 
  58.      */
  59.     public function __wakeup()
  60.     {
  61.         if ( ! $this->__isInitialized__) {
  62.             $this->__initializer__ = function (Category $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 getDescription()
  151.     {
  152.         $this->__initializer__ && $this->__initializer__->__invoke($this'getDescription', []);
  153.         return parent::getDescription();
  154.     }
  155.     /**
  156.      * {@inheritDoc}
  157.      */
  158.     public function setDescription($description)
  159.     {
  160.         $this->__initializer__ && $this->__initializer__->__invoke($this'setDescription', [$description]);
  161.         return parent::setDescription($description);
  162.     }
  163.     /**
  164.      * {@inheritDoc}
  165.      */
  166.     public function getTypeID()
  167.     {
  168.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTypeID', []);
  169.         return parent::getTypeID();
  170.     }
  171.     /**
  172.      * {@inheritDoc}
  173.      */
  174.     public function setTypeID($typeID)
  175.     {
  176.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTypeID', [$typeID]);
  177.         return parent::setTypeID($typeID);
  178.     }
  179.     /**
  180.      * {@inheritDoc}
  181.      */
  182.     public function getLastModified()
  183.     {
  184.         $this->__initializer__ && $this->__initializer__->__invoke($this'getLastModified', []);
  185.         return parent::getLastModified();
  186.     }
  187.     /**
  188.      * {@inheritDoc}
  189.      */
  190.     public function setLastModified($lastModified)
  191.     {
  192.         $this->__initializer__ && $this->__initializer__->__invoke($this'setLastModified', [$lastModified]);
  193.         return parent::setLastModified($lastModified);
  194.     }
  195.     /**
  196.      * {@inheritDoc}
  197.      */
  198.     public function getCategoryType()
  199.     {
  200.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCategoryType', []);
  201.         return parent::getCategoryType();
  202.     }
  203.     /**
  204.      * {@inheritDoc}
  205.      */
  206.     public function setCategoryType($category)
  207.     {
  208.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCategoryType', [$category]);
  209.         return parent::setCategoryType($category);
  210.     }
  211.     /**
  212.      * {@inheritDoc}
  213.      */
  214.     public function getCode()
  215.     {
  216.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCode', []);
  217.         return parent::getCode();
  218.     }
  219.     /**
  220.      * {@inheritDoc}
  221.      */
  222.     public function setCode($code)
  223.     {
  224.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCode', [$code]);
  225.         return parent::setCode($code);
  226.     }
  227.     /**
  228.      * {@inheritDoc}
  229.      */
  230.     public function isPast()
  231.     {
  232.         $this->__initializer__ && $this->__initializer__->__invoke($this'isPast', []);
  233.         return parent::isPast();
  234.     }
  235.     /**
  236.      * {@inheritDoc}
  237.      */
  238.     public function setPast($past)
  239.     {
  240.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPast', [$past]);
  241.         return parent::setPast($past);
  242.     }
  243.     /**
  244.      * {@inheritDoc}
  245.      */
  246.     public function getTopCount()
  247.     {
  248.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTopCount', []);
  249.         return parent::getTopCount();
  250.     }
  251.     /**
  252.      * {@inheritDoc}
  253.      */
  254.     public function setTopCount($topCount)
  255.     {
  256.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTopCount', [$topCount]);
  257.         return parent::setTopCount($topCount);
  258.     }
  259.     /**
  260.      * {@inheritDoc}
  261.      */
  262.     public function getDomainObjectID()
  263.     {
  264.         $this->__initializer__ && $this->__initializer__->__invoke($this'getDomainObjectID', []);
  265.         return parent::getDomainObjectID();
  266.     }
  267.     /**
  268.      * {@inheritDoc}
  269.      */
  270.     public function setDomainObjectID($domainObjectID)
  271.     {
  272.         $this->__initializer__ && $this->__initializer__->__invoke($this'setDomainObjectID', [$domainObjectID]);
  273.         return parent::setDomainObjectID($domainObjectID);
  274.     }
  275.     /**
  276.      * {@inheritDoc}
  277.      */
  278.     public function getEntityCount()
  279.     {
  280.         $this->__initializer__ && $this->__initializer__->__invoke($this'getEntityCount', []);
  281.         return parent::getEntityCount();
  282.     }
  283.     /**
  284.      * {@inheritDoc}
  285.      */
  286.     public function setEntityCount($entityCount)
  287.     {
  288.         $this->__initializer__ && $this->__initializer__->__invoke($this'setEntityCount', [$entityCount]);
  289.         return parent::setEntityCount($entityCount);
  290.     }
  291.     /**
  292.      * {@inheritDoc}
  293.      */
  294.     public function setSubCategories($subCategoryList)
  295.     {
  296.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSubCategories', [$subCategoryList]);
  297.         return parent::setSubCategories($subCategoryList);
  298.     }
  299.     /**
  300.      * {@inheritDoc}
  301.      */
  302.     public function clearBanners()
  303.     {
  304.         $this->__initializer__ && $this->__initializer__->__invoke($this'clearBanners', []);
  305.         return parent::clearBanners();
  306.     }
  307.     /**
  308.      * {@inheritDoc}
  309.      */
  310.     public function getBanners()
  311.     {
  312.         $this->__initializer__ && $this->__initializer__->__invoke($this'getBanners', []);
  313.         return parent::getBanners();
  314.     }
  315.     /**
  316.      * {@inheritDoc}
  317.      */
  318.     public function getBrandingBanners()
  319.     {
  320.         $this->__initializer__ && $this->__initializer__->__invoke($this'getBrandingBanners', []);
  321.         return parent::getBrandingBanners();
  322.     }
  323.     /**
  324.      * {@inheritDoc}
  325.      */
  326.     public function setHotFeedMedia(\Slivki\Entity\Media $hotFeedMedia NULL)
  327.     {
  328.         $this->__initializer__ && $this->__initializer__->__invoke($this'setHotFeedMedia', [$hotFeedMedia]);
  329.         return parent::setHotFeedMedia($hotFeedMedia);
  330.     }
  331.     /**
  332.      * {@inheritDoc}
  333.      */
  334.     public function getHotFeedMedia()
  335.     {
  336.         $this->__initializer__ && $this->__initializer__->__invoke($this'getHotFeedMedia', []);
  337.         return parent::getHotFeedMedia();
  338.     }
  339.     /**
  340.      * {@inheritDoc}
  341.      */
  342.     public function setHotFeedIconMedia(\Slivki\Entity\Media $hotFeedIconMedia NULL)
  343.     {
  344.         $this->__initializer__ && $this->__initializer__->__invoke($this'setHotFeedIconMedia', [$hotFeedIconMedia]);
  345.         return parent::setHotFeedIconMedia($hotFeedIconMedia);
  346.     }
  347.     /**
  348.      * {@inheritDoc}
  349.      */
  350.     public function getHotFeedIconMedia()
  351.     {
  352.         $this->__initializer__ && $this->__initializer__->__invoke($this'getHotFeedIconMedia', []);
  353.         return parent::getHotFeedIconMedia();
  354.     }
  355.     /**
  356.      * {@inheritDoc}
  357.      */
  358.     public function getHotFeedName()
  359.     {
  360.         $this->__initializer__ && $this->__initializer__->__invoke($this'getHotFeedName', []);
  361.         return parent::getHotFeedName();
  362.     }
  363.     /**
  364.      * {@inheritDoc}
  365.      */
  366.     public function setHotFeedName($hotFeedName)
  367.     {
  368.         $this->__initializer__ && $this->__initializer__->__invoke($this'setHotFeedName', [$hotFeedName]);
  369.         return parent::setHotFeedName($hotFeedName);
  370.     }
  371.     /**
  372.      * {@inheritDoc}
  373.      */
  374.     public function getBannersByType($typeID)
  375.     {
  376.         $this->__initializer__ && $this->__initializer__->__invoke($this'getBannersByType', [$typeID]);
  377.         return parent::getBannersByType($typeID);
  378.     }
  379.     /**
  380.      * {@inheritDoc}
  381.      */
  382.     public function getCountActiveBannersByType($typeID)
  383.     {
  384.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCountActiveBannersByType', [$typeID]);
  385.         return parent::getCountActiveBannersByType($typeID);
  386.     }
  387.     /**
  388.      * {@inheritDoc}
  389.      */
  390.     public function getActiveBannersByType($typeID)
  391.     {
  392.         $this->__initializer__ && $this->__initializer__->__invoke($this'getActiveBannersByType', [$typeID]);
  393.         return parent::getActiveBannersByType($typeID);
  394.     }
  395.     /**
  396.      * {@inheritDoc}
  397.      */
  398.     public function addBanner(\Slivki\Entity\Banner $banner)
  399.     {
  400.         $this->__initializer__ && $this->__initializer__->__invoke($this'addBanner', [$banner]);
  401.         return parent::addBanner($banner);
  402.     }
  403.     /**
  404.      * {@inheritDoc}
  405.      */
  406.     public function deleteBanner($banner)
  407.     {
  408.         $this->__initializer__ && $this->__initializer__->__invoke($this'deleteBanner', [$banner]);
  409.         return parent::deleteBanner($banner);
  410.     }
  411.     /**
  412.      * {@inheritDoc}
  413.      */
  414.     public function getMobileApiHash()
  415.     {
  416.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMobileApiHash', []);
  417.         return parent::getMobileApiHash();
  418.     }
  419.     /**
  420.      * {@inheritDoc}
  421.      */
  422.     public function setMobileApiHash($mobileApiHash)
  423.     {
  424.         $this->__initializer__ && $this->__initializer__->__invoke($this'setMobileApiHash', [$mobileApiHash]);
  425.         return parent::setMobileApiHash($mobileApiHash);
  426.     }
  427.     /**
  428.      * {@inheritDoc}
  429.      */
  430.     public function getSales()
  431.     {
  432.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSales', []);
  433.         return parent::getSales();
  434.     }
  435.     /**
  436.      * {@inheritDoc}
  437.      */
  438.     public function addSale(\Slivki\Entity\Sale $sale)
  439.     {
  440.         $this->__initializer__ && $this->__initializer__->__invoke($this'addSale', [$sale]);
  441.         return parent::addSale($sale);
  442.     }
  443.     /**
  444.      * {@inheritDoc}
  445.      */
  446.     public function removeSale(\Slivki\Entity\Sale $sale)
  447.     {
  448.         $this->__initializer__ && $this->__initializer__->__invoke($this'removeSale', [$sale]);
  449.         return parent::removeSale($sale);
  450.     }
  451.     /**
  452.      * {@inheritDoc}
  453.      */
  454.     public function clearSales()
  455.     {
  456.         $this->__initializer__ && $this->__initializer__->__invoke($this'clearSales', []);
  457.         return parent::clearSales();
  458.     }
  459.     /**
  460.      * {@inheritDoc}
  461.      */
  462.     public function isInMenuBottom()
  463.     {
  464.         $this->__initializer__ && $this->__initializer__->__invoke($this'isInMenuBottom', []);
  465.         return parent::isInMenuBottom();
  466.     }
  467.     /**
  468.      * {@inheritDoc}
  469.      */
  470.     public function setInMenuBottom($inMenuBottom)
  471.     {
  472.         $this->__initializer__ && $this->__initializer__->__invoke($this'setInMenuBottom', [$inMenuBottom]);
  473.         return parent::setInMenuBottom($inMenuBottom);
  474.     }
  475.     /**
  476.      * {@inheritDoc}
  477.      */
  478.     public function getTopParentCategory()
  479.     {
  480.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTopParentCategory', []);
  481.         return parent::getTopParentCategory();
  482.     }
  483.     /**
  484.      * {@inheritDoc}
  485.      */
  486.     public function isUnpopular()
  487.     {
  488.         $this->__initializer__ && $this->__initializer__->__invoke($this'isUnpopular', []);
  489.         return parent::isUnpopular();
  490.     }
  491.     /**
  492.      * {@inheritDoc}
  493.      */
  494.     public function setUnpopular($unpopular)
  495.     {
  496.         $this->__initializer__ && $this->__initializer__->__invoke($this'setUnpopular', [$unpopular]);
  497.         return parent::setUnpopular($unpopular);
  498.     }
  499.     /**
  500.      * {@inheritDoc}
  501.      */
  502.     public function isFeaturedInMenu()
  503.     {
  504.         $this->__initializer__ && $this->__initializer__->__invoke($this'isFeaturedInMenu', []);
  505.         return parent::isFeaturedInMenu();
  506.     }
  507.     /**
  508.      * {@inheritDoc}
  509.      */
  510.     public function setFeaturedInMenu($featuredInMenu)
  511.     {
  512.         $this->__initializer__ && $this->__initializer__->__invoke($this'setFeaturedInMenu', [$featuredInMenu]);
  513.         return parent::setFeaturedInMenu($featuredInMenu);
  514.     }
  515.     /**
  516.      * {@inheritDoc}
  517.      */
  518.     public function getPosition()
  519.     {
  520.         $this->__initializer__ && $this->__initializer__->__invoke($this'getPosition', []);
  521.         return parent::getPosition();
  522.     }
  523.     /**
  524.      * {@inheritDoc}
  525.      */
  526.     public function setPosition($position)
  527.     {
  528.         $this->__initializer__ && $this->__initializer__->__invoke($this'setPosition', [$position]);
  529.         return parent::setPosition($position);
  530.     }
  531.     /**
  532.      * {@inheritDoc}
  533.      */
  534.     public function getType()
  535.     {
  536.         $this->__initializer__ && $this->__initializer__->__invoke($this'getType', []);
  537.         return parent::getType();
  538.     }
  539.     /**
  540.      * {@inheritDoc}
  541.      */
  542.     public function isTelegramBotShow()
  543.     {
  544.         $this->__initializer__ && $this->__initializer__->__invoke($this'isTelegramBotShow', []);
  545.         return parent::isTelegramBotShow();
  546.     }
  547.     /**
  548.      * {@inheritDoc}
  549.      */
  550.     public function setTelegramBotShow($telegramBotShow)
  551.     {
  552.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTelegramBotShow', [$telegramBotShow]);
  553.         return parent::setTelegramBotShow($telegramBotShow);
  554.     }
  555.     /**
  556.      * {@inheritDoc}
  557.      */
  558.     public function getTelegramBotName()
  559.     {
  560.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTelegramBotName', []);
  561.         return parent::getTelegramBotName();
  562.     }
  563.     /**
  564.      * {@inheritDoc}
  565.      */
  566.     public function setTelegramBotName($telegramBotName)
  567.     {
  568.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTelegramBotName', [$telegramBotName]);
  569.         return parent::setTelegramBotName($telegramBotName);
  570.     }
  571.     /**
  572.      * {@inheritDoc}
  573.      */
  574.     public function getTelegramBotPosition()
  575.     {
  576.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTelegramBotPosition', []);
  577.         return parent::getTelegramBotPosition();
  578.     }
  579.     /**
  580.      * {@inheritDoc}
  581.      */
  582.     public function setTelegramBotPosition($telegramBotPosition)
  583.     {
  584.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTelegramBotPosition', [$telegramBotPosition]);
  585.         return parent::setTelegramBotPosition($telegramBotPosition);
  586.     }
  587.     /**
  588.      * {@inheritDoc}
  589.      */
  590.     public function getUtmCampaign()
  591.     {
  592.         $this->__initializer__ && $this->__initializer__->__invoke($this'getUtmCampaign', []);
  593.         return parent::getUtmCampaign();
  594.     }
  595.     /**
  596.      * {@inheritDoc}
  597.      */
  598.     public function setUtmCampaign($utmCampaign)
  599.     {
  600.         $this->__initializer__ && $this->__initializer__->__invoke($this'setUtmCampaign', [$utmCampaign]);
  601.         return parent::setUtmCampaign($utmCampaign);
  602.     }
  603.     /**
  604.      * {@inheritDoc}
  605.      */
  606.     public function isMeOnMapActive(): bool
  607.     {
  608.         $this->__initializer__ && $this->__initializer__->__invoke($this'isMeOnMapActive', []);
  609.         return parent::isMeOnMapActive();
  610.     }
  611.     /**
  612.      * {@inheritDoc}
  613.      */
  614.     public function activateMeOnMap(): void
  615.     {
  616.         $this->__initializer__ && $this->__initializer__->__invoke($this'activateMeOnMap', []);
  617.         parent::activateMeOnMap();
  618.     }
  619.     /**
  620.      * {@inheritDoc}
  621.      */
  622.     public function deactivateMeOnMap(): void
  623.     {
  624.         $this->__initializer__ && $this->__initializer__->__invoke($this'deactivateMeOnMap', []);
  625.         parent::deactivateMeOnMap();
  626.     }
  627.     /**
  628.      * {@inheritDoc}
  629.      */
  630.     public function getMeOnMapPosition(): int
  631.     {
  632.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMeOnMapPosition', []);
  633.         return parent::getMeOnMapPosition();
  634.     }
  635.     /**
  636.      * {@inheritDoc}
  637.      */
  638.     public function editMeOnMapPosition(int $meOnMapPosition): void
  639.     {
  640.         $this->__initializer__ && $this->__initializer__->__invoke($this'editMeOnMapPosition', [$meOnMapPosition]);
  641.         parent::editMeOnMapPosition($meOnMapPosition);
  642.     }
  643.     /**
  644.      * {@inheritDoc}
  645.      */
  646.     public function isMeOnMapFeaturedActive(): bool
  647.     {
  648.         $this->__initializer__ && $this->__initializer__->__invoke($this'isMeOnMapFeaturedActive', []);
  649.         return parent::isMeOnMapFeaturedActive();
  650.     }
  651.     /**
  652.      * {@inheritDoc}
  653.      */
  654.     public function activateMeOnMapFeatured(): void
  655.     {
  656.         $this->__initializer__ && $this->__initializer__->__invoke($this'activateMeOnMapFeatured', []);
  657.         parent::activateMeOnMapFeatured();
  658.     }
  659.     /**
  660.      * {@inheritDoc}
  661.      */
  662.     public function deactivateMeOnMapFeatured(): void
  663.     {
  664.         $this->__initializer__ && $this->__initializer__->__invoke($this'deactivateMeOnMapFeatured', []);
  665.         parent::deactivateMeOnMapFeatured();
  666.     }
  667.     /**
  668.      * {@inheritDoc}
  669.      */
  670.     public function getMeOnMapFeaturedPosition(): int
  671.     {
  672.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMeOnMapFeaturedPosition', []);
  673.         return parent::getMeOnMapFeaturedPosition();
  674.     }
  675.     /**
  676.      * {@inheritDoc}
  677.      */
  678.     public function editMeOnMapFeaturedPosition(int $meOnMapFeaturedPosition): void
  679.     {
  680.         $this->__initializer__ && $this->__initializer__->__invoke($this'editMeOnMapFeaturedPosition', [$meOnMapFeaturedPosition]);
  681.         parent::editMeOnMapFeaturedPosition($meOnMapFeaturedPosition);
  682.     }
  683.     /**
  684.      * {@inheritDoc}
  685.      */
  686.     public function getSplitOffersWithSameCategories(): int
  687.     {
  688.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSplitOffersWithSameCategories', []);
  689.         return parent::getSplitOffersWithSameCategories();
  690.     }
  691.     /**
  692.      * {@inheritDoc}
  693.      */
  694.     public function setSplitOffersWithSameCategories(int $splitOffersWithSameCategories): void
  695.     {
  696.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSplitOffersWithSameCategories', [$splitOffersWithSameCategories]);
  697.         parent::setSplitOffersWithSameCategories($splitOffersWithSameCategories);
  698.     }
  699.     /**
  700.      * {@inheritDoc}
  701.      */
  702.     public function activate(): void
  703.     {
  704.         $this->__initializer__ && $this->__initializer__->__invoke($this'activate', []);
  705.         parent::activate();
  706.     }
  707.     /**
  708.      * {@inheritDoc}
  709.      */
  710.     public function deactivate(): void
  711.     {
  712.         $this->__initializer__ && $this->__initializer__->__invoke($this'deactivate', []);
  713.         parent::deactivate();
  714.     }
  715.     /**
  716.      * {@inheritDoc}
  717.      */
  718.     public function updateModifyDate(): void
  719.     {
  720.         $this->__initializer__ && $this->__initializer__->__invoke($this'updateModifyDate', []);
  721.         parent::updateModifyDate();
  722.     }
  723.     /**
  724.      * {@inheritDoc}
  725.      */
  726.     public function getShowItemsCatalog(): ?bool
  727.     {
  728.         $this->__initializer__ && $this->__initializer__->__invoke($this'getShowItemsCatalog', []);
  729.         return parent::getShowItemsCatalog();
  730.     }
  731.     /**
  732.      * {@inheritDoc}
  733.      */
  734.     public function setShowItemsCatalog(?bool $shouldShowItemsCatalog): void
  735.     {
  736.         $this->__initializer__ && $this->__initializer__->__invoke($this'setShowItemsCatalog', [$shouldShowItemsCatalog]);
  737.         parent::setShowItemsCatalog($shouldShowItemsCatalog);
  738.     }
  739.     /**
  740.      * {@inheritDoc}
  741.      */
  742.     public function isActiveInBestOffersCategory(): bool
  743.     {
  744.         $this->__initializer__ && $this->__initializer__->__invoke($this'isActiveInBestOffersCategory', []);
  745.         return parent::isActiveInBestOffersCategory();
  746.     }
  747.     /**
  748.      * {@inheritDoc}
  749.      */
  750.     public function activateInBestOffersCategory(): void
  751.     {
  752.         $this->__initializer__ && $this->__initializer__->__invoke($this'activateInBestOffersCategory', []);
  753.         parent::activateInBestOffersCategory();
  754.     }
  755.     /**
  756.      * {@inheritDoc}
  757.      */
  758.     public function deactivateInBestOffersCategory(): void
  759.     {
  760.         $this->__initializer__ && $this->__initializer__->__invoke($this'deactivateInBestOffersCategory', []);
  761.         parent::deactivateInBestOffersCategory();
  762.     }
  763.     /**
  764.      * {@inheritDoc}
  765.      */
  766.     public function isHideWorkExamples(): bool
  767.     {
  768.         $this->__initializer__ && $this->__initializer__->__invoke($this'isHideWorkExamples', []);
  769.         return parent::isHideWorkExamples();
  770.     }
  771.     /**
  772.      * {@inheritDoc}
  773.      */
  774.     public function setHideWorkExamples(bool $hideWorkExamples): void
  775.     {
  776.         $this->__initializer__ && $this->__initializer__->__invoke($this'setHideWorkExamples', [$hideWorkExamples]);
  777.         parent::setHideWorkExamples($hideWorkExamples);
  778.     }
  779.     /**
  780.      * {@inheritDoc}
  781.      */
  782.     public function getTarantoolTuple()
  783.     {
  784.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTarantoolTuple', []);
  785.         return parent::getTarantoolTuple();
  786.     }
  787.     /**
  788.      * {@inheritDoc}
  789.      */
  790.     public function jsonSerialize(): array
  791.     {
  792.         $this->__initializer__ && $this->__initializer__->__invoke($this'jsonSerialize', []);
  793.         return parent::jsonSerialize();
  794.     }
  795.     /**
  796.      * {@inheritDoc}
  797.      */
  798.     public function getName()
  799.     {
  800.         $this->__initializer__ && $this->__initializer__->__invoke($this'getName', []);
  801.         return parent::getName();
  802.     }
  803.     /**
  804.      * {@inheritDoc}
  805.      */
  806.     public function setName($name)
  807.     {
  808.         $this->__initializer__ && $this->__initializer__->__invoke($this'setName', [$name]);
  809.         return parent::setName($name);
  810.     }
  811.     /**
  812.      * {@inheritDoc}
  813.      */
  814.     public function isActive()
  815.     {
  816.         $this->__initializer__ && $this->__initializer__->__invoke($this'isActive', []);
  817.         return parent::isActive();
  818.     }
  819.     /**
  820.      * {@inheritDoc}
  821.      */
  822.     public function setActive($active)
  823.     {
  824.         $this->__initializer__ && $this->__initializer__->__invoke($this'setActive', [$active]);
  825.         return parent::setActive($active);
  826.     }
  827.     /**
  828.      * {@inheritDoc}
  829.      */
  830.     public function getSortOrder()
  831.     {
  832.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSortOrder', []);
  833.         return parent::getSortOrder();
  834.     }
  835.     /**
  836.      * {@inheritDoc}
  837.      */
  838.     public function setSortOrder($sortOrder)
  839.     {
  840.         $this->__initializer__ && $this->__initializer__->__invoke($this'setSortOrder', [$sortOrder]);
  841.         return parent::setSortOrder($sortOrder);
  842.     }
  843.     /**
  844.      * {@inheritDoc}
  845.      */
  846.     public function getParentCategories()
  847.     {
  848.         $this->__initializer__ && $this->__initializer__->__invoke($this'getParentCategories', []);
  849.         return parent::getParentCategories();
  850.     }
  851.     /**
  852.      * {@inheritDoc}
  853.      */
  854.     public function setParentCategories($parentCategoryList)
  855.     {
  856.         $this->__initializer__ && $this->__initializer__->__invoke($this'setParentCategories', [$parentCategoryList]);
  857.         return parent::setParentCategories($parentCategoryList);
  858.     }
  859.     /**
  860.      * {@inheritDoc}
  861.      */
  862.     public function clearParentCategories()
  863.     {
  864.         $this->__initializer__ && $this->__initializer__->__invoke($this'clearParentCategories', []);
  865.         return parent::clearParentCategories();
  866.     }
  867.     /**
  868.      * {@inheritDoc}
  869.      */
  870.     public function isChildOf($parentID)
  871.     {
  872.         $this->__initializer__ && $this->__initializer__->__invoke($this'isChildOf', [$parentID]);
  873.         return parent::isChildOf($parentID);
  874.     }
  875.     /**
  876.      * {@inheritDoc}
  877.      */
  878.     public function isChildOfRecursive($parentID)
  879.     {
  880.         $this->__initializer__ && $this->__initializer__->__invoke($this'isChildOfRecursive', [$parentID]);
  881.         return parent::isChildOfRecursive($parentID);
  882.     }
  883.     /**
  884.      * {@inheritDoc}
  885.      */
  886.     public function getSubCategories()
  887.     {
  888.         $this->__initializer__ && $this->__initializer__->__invoke($this'getSubCategories', []);
  889.         return parent::getSubCategories();
  890.     }
  891.     /**
  892.      * {@inheritDoc}
  893.      */
  894.     public function addSubCategory(\Slivki\Entity\AbstractCategoryBase $category): bool
  895.     {
  896.         $this->__initializer__ && $this->__initializer__->__invoke($this'addSubCategory', [$category]);
  897.         return parent::addSubCategory($category);
  898.     }
  899.     /**
  900.      * {@inheritDoc}
  901.      */
  902.     public function getCity()
  903.     {
  904.         $this->__initializer__ && $this->__initializer__->__invoke($this'getCity', []);
  905.         return parent::getCity();
  906.     }
  907.     /**
  908.      * {@inheritDoc}
  909.      */
  910.     public function setCity(\Slivki\Entity\City $city)
  911.     {
  912.         $this->__initializer__ && $this->__initializer__->__invoke($this'setCity', [$city]);
  913.         return parent::setCity($city);
  914.     }
  915.     /**
  916.      * {@inheritDoc}
  917.      */
  918.     public function getMobileMenuIconMedia()
  919.     {
  920.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMobileMenuIconMedia', []);
  921.         return parent::getMobileMenuIconMedia();
  922.     }
  923.     /**
  924.      * {@inheritDoc}
  925.      */
  926.     public function setMobileMenuIconMedia(\Slivki\Entity\Media\CategoryMobileMenuIconMedia $mobileMenuIconMedia)
  927.     {
  928.         $this->__initializer__ && $this->__initializer__->__invoke($this'setMobileMenuIconMedia', [$mobileMenuIconMedia]);
  929.         return parent::setMobileMenuIconMedia($mobileMenuIconMedia);
  930.     }
  931.     /**
  932.      * {@inheritDoc}
  933.      */
  934.     public function getAppIconMedia(): ?\Slivki\Entity\Media\CategoryAppIconMedia
  935.     {
  936.         $this->__initializer__ && $this->__initializer__->__invoke($this'getAppIconMedia', []);
  937.         return parent::getAppIconMedia();
  938.     }
  939.     /**
  940.      * {@inheritDoc}
  941.      */
  942.     public function setAppIconMedia($appIconMedia)
  943.     {
  944.         $this->__initializer__ && $this->__initializer__->__invoke($this'setAppIconMedia', [$appIconMedia]);
  945.         return parent::setAppIconMedia($appIconMedia);
  946.     }
  947.     /**
  948.      * {@inheritDoc}
  949.      */
  950.     public function getMapPinIconMedia(): ?\Slivki\Entity\Media\CategoryMapPinIconMedia
  951.     {
  952.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMapPinIconMedia', []);
  953.         return parent::getMapPinIconMedia();
  954.     }
  955.     /**
  956.      * {@inheritDoc}
  957.      */
  958.     public function setMapPinIconMedia($mapPinIconMedia): void
  959.     {
  960.         $this->__initializer__ && $this->__initializer__->__invoke($this'setMapPinIconMedia', [$mapPinIconMedia]);
  961.         parent::setMapPinIconMedia($mapPinIconMedia);
  962.     }
  963.     /**
  964.      * {@inheritDoc}
  965.      */
  966.     public function getMapPinColor(): string
  967.     {
  968.         $this->__initializer__ && $this->__initializer__->__invoke($this'getMapPinColor', []);
  969.         return parent::getMapPinColor();
  970.     }
  971.     /**
  972.      * {@inheritDoc}
  973.      */
  974.     public function setMapPinColor(string $mapPinColor): void
  975.     {
  976.         $this->__initializer__ && $this->__initializer__->__invoke($this'setMapPinColor', [$mapPinColor]);
  977.         parent::setMapPinColor($mapPinColor);
  978.     }
  979.     /**
  980.      * {@inheritDoc}
  981.      */
  982.     public function getApiSortOrder()
  983.     {
  984.         $this->__initializer__ && $this->__initializer__->__invoke($this'getApiSortOrder', []);
  985.         return parent::getApiSortOrder();
  986.     }
  987.     /**
  988.      * {@inheritDoc}
  989.      */
  990.     public function setApiSortOrder($apiSortOrder)
  991.     {
  992.         $this->__initializer__ && $this->__initializer__->__invoke($this'setApiSortOrder', [$apiSortOrder]);
  993.         return parent::setApiSortOrder($apiSortOrder);
  994.     }
  995.     /**
  996.      * {@inheritDoc}
  997.      */
  998.     public function getH1()
  999.     {
  1000.         $this->__initializer__ && $this->__initializer__->__invoke($this'getH1', []);
  1001.         return parent::getH1();
  1002.     }
  1003.     /**
  1004.      * {@inheritDoc}
  1005.      */
  1006.     public function setH1($h1): void
  1007.     {
  1008.         $this->__initializer__ && $this->__initializer__->__invoke($this'setH1', [$h1]);
  1009.         parent::setH1($h1);
  1010.     }
  1011.     /**
  1012.      * {@inheritDoc}
  1013.      */
  1014.     public function getTransitionID()
  1015.     {
  1016.         $this->__initializer__ && $this->__initializer__->__invoke($this'getTransitionID', []);
  1017.         return parent::getTransitionID();
  1018.     }
  1019.     /**
  1020.      * {@inheritDoc}
  1021.      */
  1022.     public function setTransitionID($transitionID)
  1023.     {
  1024.         $this->__initializer__ && $this->__initializer__->__invoke($this'setTransitionID', [$transitionID]);
  1025.         return parent::setTransitionID($transitionID);
  1026.     }
  1027.     /**
  1028.      * {@inheritDoc}
  1029.      */
  1030.     public function getID()
  1031.     {
  1032.         $this->__initializer__ && $this->__initializer__->__invoke($this'getID', []);
  1033.         return parent::getID();
  1034.     }
  1035.     /**
  1036.      * {@inheritDoc}
  1037.      */
  1038.     public function setID($ID)
  1039.     {
  1040.         $this->__initializer__ && $this->__initializer__->__invoke($this'setID', [$ID]);
  1041.         return parent::setID($ID);
  1042.     }
  1043. }