/**
  * Constructor
  */
 public function __construct($position = '')
 {
     parent::__construct($position);
     // check ig gd lib is available, if so, make option to use available
     if (extension_loaded('gd') && function_exists('gd_info')) {
         $this->settings['pk_realmstatus_gd'] = array('name' => 'rs_gd', 'language' => 'rs_gd', 'property' => 'checkbox', 'text' => 'GD LIB Version', 'help' => 'rs_gd_help');
     }
 }
 public function __construct($position = '')
 {
     parent::__construct($position);
 }