Exemple #1
0
 /** @inheritdoc */
 public function __construct()
 {
     parent::__construct();
     $this->product_name = PRODUCT_NAME;
     $this->product_version = PRODUCT_VERSION;
     $this->product_build = PRODUCT_BUILD;
     $this->product_edition = PRODUCT_EDITION;
     $this->license_number = $this->uc_settings['license_number'];
 }