Пример #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);
 }