Current File : /home/caballoscriollos/www/web/library/class.perfil.php
<?php
class Perfil
{
public $IdPerfil;
public $Nombre;
public function __construct()
{
$this->IdPerfil = '';
$this->Nombre = '';
}
public function ParseFromArray(array $arr)
{
$this->IdPerfil = $arr['IdPerfil'];
$this->Nombre = $arr['Nombre'];
}
public function GetAllModulos()
{
$PerfilModulos = new PerfilModulos();
return $PerfilModulos->GetAllByPerfil($this);
}
public function DeleteAllModulos()
{
$PerfilModulos = new PerfilModulos();
return $PerfilModulos->DeleteByPerfil($this);
}
}
?>
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat