MIOLO26
|
Membros públicos | |
__construct (array $messages, $linePosition=NULL) | |
getLinePosition () | |
setLinePosition ($line) | |
getMessages () | |
setMessages (array $messages) | |
Membros públicos herdados de EMioloException | |
__construct () | |
log () | |
__toString () | |
setErrMessage ($msg) | |
getBacktrace () | |
Outros membros herdados | |
Campos de Dados herdados de EMioloException | |
$goTo | |
Atributos Protegidos herdados de EMioloException | |
$manager | |
__construct | ( | array | $messages, |
$linePosition = NULL ) |
getLinePosition | ( | ) |
Get the line where the field is invalid.
getMessages | ( | ) |
Get the messages of invalid fields.
setLinePosition | ( | $line | ) |
Set the line where the field is invalid.
int | $line | Line of field. |
setMessages | ( | array | $messages | ) |
Set the messages of invalid fields.
array | $messages | Messages of invalid fields. |