Пример #1
0
 public function __construct($orderID, $gameID, $countryID)
 {
     parent::__construct($orderID, $gameID, $countryID);
 }
Пример #2
0
 public function __construct($orderID, $gameID, $countryID)
 {
     parent::__construct($orderID, $gameID, $countryID);
     $this->fixed = array('unitID');
     $this->requirements = array('type');
 }