Example #1
0
 /**
  * Sets tag value
  *
  * @param string $sTag tag value
  */
 public function __construct($sTag = null)
 {
     parent::__construct();
     if ($sTag !== null) {
         $this->set($sTag);
     }
 }
Example #2
0
 /**
  * ShopControl constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->offlineWarningTimestampFile = OX_BASE_PATH . 'log/last-offline-warning-timestamp.log';
 }