/**
  * MonkeyDataXmlModel constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->serverTimezone = $this->getServerTimezone();
     if (!XmlGenerator::isNotDebug()) {
         error_reporting(E_ALL);
     }
     $eshopTimezone = $this->getEshopTimezone();
     if ($eshopTimezone === null) {
         $eshopTimezone = $this->serverTimezone;
     }
     $this->eshopTimezone = $eshopTimezone;
 }
 public function __construct()
 {
     parent::__construct();
 }