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