public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->code = '';
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_profile = 0;
         $this->id_permission = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_pais = NULL;
         $this->nombre = '';
         $this->Code = '';
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_catalog_type = NULL;
         $this->name = '';
         $this->code = '';
     }
 }
Esempio n. 5
0
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->name_key = '';
         $this->isEditable = 1;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_user = 0;
         $this->id_profile = 0;
         $this->isActive = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->name_key = '';
         $this->description = NULL;
         $this->phone = NULL;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_user_profile = NULL;
         $this->session_id = '';
         $this->last_activity = NULL;
         $this->inUse = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name_system = NULL;
         $this->logo = NULL;
         $this->session_time_limit_min = NULL;
         $this->session_time_limit_max = NULL;
         $this->isSaveBinnacle = NULL;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->name_key = '';
         $this->update_time = '';
         $this->isActive = 0;
         $this->isDataBase = 0;
         $this->isProject = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_user = NULL;
         $this->info = '';
         $this->date_time = NULL;
         $this->url = '';
         $this->ip = '';
         $this->action = '';
         $this->browser = '';
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->description = NULL;
         $this->isAdmin = 0;
         $this->isSuperAdmin = 0;
         $this->isActive = 1;
         $this->isEditable = 1;
         $this->id_rol = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->surname = '';
         $this->tipo_documento = '';
         $this->document = '';
         $this->birthday = NULL;
         $this->gender = '';
         $this->address = NULL;
         $this->phone_cell = '';
         $this->email = '';
         $this->estado_civil = '';
         $this->tipo_sangre = '';
         $this->id_ciudad = 0;
     }
 }
Esempio n. 14
0
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->nombre = '';
         $this->FIPS104 = '';
         $this->ISO2 = '';
         $this->ISON = '';
         $this->Internet = '';
         $this->Capital = '';
         $this->MapReference = '';
         $this->NationalitySingular = '';
         $this->NationalityPlural = '';
         $this->Currency = '';
         $this->CurrencyCode = '';
         $this->Population = '';
         $this->Title = '';
         $this->Comment = '';
     }
 }
Esempio n. 15
0
 public function __construct()
 {
     parent::__construct();
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_module = 0;
         $this->id_rol = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_parent = NULL;
         $this->name = '';
         $this->description = '';
         $this->name_key = '';
         $this->num_order = 0;
         $this->isAdmin = 0;
         $this->isActive = 0;
         $this->name_icon = NULL;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->name = '';
         $this->description = '';
         $this->name_key = '';
         $this->id_module = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_company = NULL;
         $this->name = '';
         $this->address = '';
         $this->phone = '';
         $this->isActive = 1;
         $this->id_ciudad = NULL;
     }
 }
Esempio n. 20
0
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_person = NULL;
         $this->username = '';
         $this->password = '';
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_user_profile = 0;
         $this->id_company_branch = 0;
     }
 }
 public function __construct($useDefault = TRUE)
 {
     parent::__construct($useDefault);
     if ($useDefault) {
         $this->id_pais = NULL;
         $this->id_provincia = NULL;
         $this->nombre = '';
         $this->Latitude = '';
         $this->Longitude = '';
         $this->TimeZone = '';
         $this->DmaId = '';
         $this->Code = '';
     }
 }