public function __construct($IdPais, $Nombre) { $this->IdPais = $IdPais; $this->Nombre = $Nombre; parent::__construct(); }