Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
<?php
class Entidad
{
public $IdEntidad;
public $Nombre;
public $Imagen;
public $Codigo;
public $RequiereCodigo;
public $Activo;
const Efectivo = 1;
const Paypal = 2;
const MercadoPago = 3;
const CuentaCorriente = 4;
const DineroMail = 5;
const ContraReembolso = 6;
const TransferenciaDeposito = 7;
public function __construct()
{
$this->IdEntidad = '';
$this->Nombre = '';
$this->Imagen = '';
$this->Codigo = '';
$this->RequiereCodigo = '';
$this->Activo = '';
}
public function ParseFromArray(array $arr)
{
$this->IdEntidad = $arr['IdEntidad'];
$this->Nombre = $arr['Nombre'];
$this->Imagen = $arr['Imagen'];
$this->Codigo = $arr['Codigo'];
$this->RequiereCodigo = $arr['RequiereCodigo'];
$this->Activo = $arr['Activo'];
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat