Description of Respuestas
| author | root |
|---|---|
| package | Default |
alerta($mensaje, $datos = null)
error($mensaje, $codigo = null)
exito($mensaje= null, $datos= null)
fallo($mensaje, $datos = null)
getMensajeRespuesta()
getRespuesta()
responseJson($respuesta, $mensaje, $datos = null)
respuesta($respuesta, $mensaje, $datos= null, $error= null)
ALERTA = 'ALERTA'
ERROR = 'ERROR'
EXITO = 'EXITO'
FALLO = 'FALLO'
INFO = 'INFO'