Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     // call base constructor
     parent::__construct();
     // set image path
     $this->image_path = $this->env->link . 'portal/realmstatus/lotro/images/';
 }
Example #2
0
 /**
  * Constructor
  */
 public function __construct()
 {
     // call base constructor
     parent::__construct();
     // set image path
     $this->image_path = $this->env->link . 'portal/realmstatus/rom/images/';
     // read in the realm status
     $this->loadStatus();
 }
Example #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     // call base constructor
     parent::__construct();
     // init armory
     $this->initArmory();
     // init the styles class
     $this->initStyle();
 }
 /**
  * Constructor
  */
 public function __construct($moduleID)
 {
     $this->moduleID = $moduleID;
     // call base constructor
     parent::__construct();
     // set image path
     $this->image_path = $this->env->link . 'portal/realmstatus/eq/images/';
     // read in the server status
     $this->loadStatus();
 }