コード例 #1
0
ファイル: acople.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $id_tipo_acople = NULL, $placa = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_tipo_acople"] = $id_tipo_acople;
     $this->inputvars["placa"] = $placa;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #2
0
 function __construct($id = NULL, $id_unidad = NULL, $fecha = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_unidad"] = $id_unidad;
     $this->inputvars["fecha"] = $fecha;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #3
0
 function __construct($id = NULL, $id_configuracion_vehiculo = NULL, $id_acople = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_configuracion_vehiculo"] = $id_configuracion_vehiculo;
     $this->inputvars["id_acople"] = $id_acople;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #4
0
ファイル: proceso.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $nombre = NULL, $control_tiempos = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["nombre"] = $nombre;
     $this->inputvars["control_tiempos"] = $control_tiempos;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #5
0
 function __construct($id = NULL, $nombre = NULL, $descripcion = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["nombre"] = $nombre;
     $this->inputvars["descripcion"] = $descripcion;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #6
0
ファイル: trayecto.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $nombre = NULL, $ubicacion = NULL, $distancia_km = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["nombre"] = $nombre;
     $this->inputvars["ubicacion"] = $ubicacion;
     $this->inputvars["distancia_km"] = $distancia_km;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #7
0
 function __construct($id = NULL, $id_proceso = NULL, $nombre = NULL, $tipo = NULL, $extra = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_proceso"] = $id_proceso;
     $this->inputvars["nombre"] = $nombre;
     $this->inputvars["tipo"] = $tipo;
     $this->inputvars["extra"] = $extra;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #8
0
ファイル: supervisor.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $codigo = NULL, $nombres = NULL, $apellidos = NULL, $dni = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["codigo"] = $codigo;
     $this->inputvars["nombres"] = $nombres;
     $this->inputvars["apellidos"] = $apellidos;
     $this->inputvars["dni"] = $dni;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #9
0
 function __construct($id = NULL, $id_registro_proceso = NULL, $id_proceso = NULL, $id_valor_proceso = NULL, $dato = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_registro_proceso"] = $id_registro_proceso;
     $this->inputvars["id_proceso"] = $id_proceso;
     $this->inputvars["id_valor_proceso"] = $id_valor_proceso;
     $this->inputvars["dato"] = $dato;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #10
0
ファイル: tipo_unidad.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $nombre = NULL, $carga_minima = NULL, $carga_maxima = NULL, $precio_fijo = NULL, $precio_variable = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["nombre"] = $nombre;
     $this->inputvars["carga_minima"] = $carga_minima;
     $this->inputvars["carga_maxima"] = $carga_maxima;
     $this->inputvars["precio_fijo"] = $precio_fijo;
     $this->inputvars["precio_variable"] = $precio_variable;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #11
0
ファイル: usuarios.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $nombres = NULL, $apellidos = NULL, $usuario = NULL, $clave = NULL, $tipo = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["nombres"] = $nombres;
     $this->inputvars["apellidos"] = $apellidos;
     $this->inputvars["usuario"] = $usuario;
     $this->inputvars["clave"] = $clave;
     $this->inputvars["tipo"] = $tipo;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #12
0
 function __construct($id = NULL, $id_registro = NULL, $id_proceso = NULL, $fecha_inicio = NULL, $hora_inicio = NULL, $fecha_fin = NULL, $hora_fin = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_registro"] = $id_registro;
     $this->inputvars["id_proceso"] = $id_proceso;
     $this->inputvars["fecha_inicio"] = $fecha_inicio;
     $this->inputvars["hora_inicio"] = $hora_inicio;
     $this->inputvars["fecha_fin"] = $fecha_fin;
     $this->inputvars["hora_fin"] = $hora_fin;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #13
0
ファイル: comisiones.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $fecha = NULL, $id_turno = NULL, $id_conductor = NULL, $vueltas_por_comision = NULL, $monto = NULL, $motivo = NULL, $id_supervisor = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["fecha"] = $fecha;
     $this->inputvars["id_turno"] = $id_turno;
     $this->inputvars["id_conductor"] = $id_conductor;
     $this->inputvars["vueltas_por_comision"] = $vueltas_por_comision;
     $this->inputvars["monto"] = $monto;
     $this->inputvars["motivo"] = $motivo;
     $this->inputvars["id_supervisor"] = $id_supervisor;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #14
0
ファイル: conductor.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $codigo = NULL, $nombres = NULL, $apellidos = NULL, $dni = NULL, $numero_licencia = NULL, $tipo_licencia = NULL, $id_grupo_conductor = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["codigo"] = $codigo;
     $this->inputvars["nombres"] = $nombres;
     $this->inputvars["apellidos"] = $apellidos;
     $this->inputvars["dni"] = $dni;
     $this->inputvars["numero_licencia"] = $numero_licencia;
     $this->inputvars["tipo_licencia"] = $tipo_licencia;
     $this->inputvars["id_grupo_conductor"] = $id_grupo_conductor;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #15
0
ファイル: registro.php プロジェクト: phpjava91/mamut_peru
 function __construct($id = NULL, $id_conductor = NULL, $id_supervisor = NULL, $id_turno = NULL, $id_trayecto = NULL, $fecha = NULL, $id_configuracion_vehiculo = NULL, $peso_bruto = NULL, $tara = NULL, $peso_neto = NULL, $id_estado_carga = NULL, $facturado = NULL, $numero_facturacion = NULL)
 {
     $this->inputvars["id"] = $id;
     $this->inputvars["id_conductor"] = $id_conductor;
     $this->inputvars["id_supervisor"] = $id_supervisor;
     $this->inputvars["id_turno"] = $id_turno;
     $this->inputvars["id_trayecto"] = $id_trayecto;
     $this->inputvars["fecha"] = $fecha;
     $this->inputvars["id_configuracion_vehiculo"] = $id_configuracion_vehiculo;
     $this->inputvars["peso_bruto"] = $peso_bruto;
     $this->inputvars["tara"] = $tara;
     $this->inputvars["peso_neto"] = $peso_neto;
     $this->inputvars["id_estado_carga"] = $id_estado_carga;
     $this->inputvars["facturado"] = $facturado;
     $this->inputvars["numero_facturacion"] = $numero_facturacion;
     parent::__construct($this->inputvars, $this->inputname);
 }
コード例 #16
0
ファイル: types.php プロジェクト: radiosilence/core
 public function __construct($init = False, $sanitize = False)
 {
     if (is_array($init) or $init instanceof Dict) {
         foreach ($init as $k => $v) {
             $this->__data__[$k] = $sanitize ? filter_var($v, \FILTER_SANITIZE_STRING) : $v;
         }
     }
     parent::__construct();
 }