Current File : /home/caballoscriollos/www/espanol/library/class.loteimagen.php
<?php
class LoteImagen
{
public $IdImagen;
public $IdLote;
public $Imagen;
public $Epigrafe;
public $NumeroOrden;
public $Estado;
public function ParseFromArray(array $arr)
{
$this->IdImagen = $arr['IdImagen'];
$this->IdLote = $arr['IdLote'];
$this->Imagen = stripslashes($arr['Imagen']);
$this->Epigrafe = stripslashes($arr['Epigrafe']);
$this->NumeroOrden = stripslashes($arr['NumeroOrden']);
$this->Estado = $arr['Estado'];
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat