Exemplo n.º 1
0
 public function __construct($orderID, $gameID, $countryID)
 {
     parent::__construct($orderID, $gameID, $countryID);
 }
Exemplo n.º 2
0
 public function __construct($orderID, $gameID, $countryID)
 {
     parent::__construct($orderID, $gameID, $countryID);
     $this->fixed = array('unitID');
     $this->requirements = array('type');
 }