/**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->bytesUnits);
 }
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->currencyUnits);
 }
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->angleUnits);
 }
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->lengthUnits);
 }
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->speedUnits);
 }
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->temperatureUnits);
 }