예제 #1
0
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->bytesUnits);
 }
예제 #2
0
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->currencyUnits);
 }
예제 #3
0
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->angleUnits);
 }
예제 #4
0
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->lengthUnits);
 }
예제 #5
0
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->speedUnits);
 }
예제 #6
0
 /**
  * Constructor that passes these specific units
  * to the setUnits method in the UnitModel class
  */
 public function __construct()
 {
     parent::setUnits($this->temperatureUnits);
 }