getError()
getMessage()
getValue()
set()
__construct()
$iType
$mTransValue
$sMessage
NOT_FLOAT
NOT_INTEGER
NOT_SCALAR
TOO_BIG
TOO_LONG
TOO_SHORT
TOO_SMALL
WRONG_PATTERN
getError() : Integer
| access | public |
|---|
IntegerError type.getMessage() : String
| access | public |
|---|
StringError message.getValue() : Mixed
| access | public |
|---|
MixedTransformed value.set(Integer $iType, Mixed $mTransValue, String $sMessage) : Object
| static | |
|---|---|
| access | public |
IntegeriType Error type.
MixedmTransValue Original and eventually transformed value.
StringsMessage Error message.
ObjectNew validation error object.__construct(Integer $iType, String $sMessage, Mixed $mTransValue)
| access | private |
|---|
IntegeriType Error type (see constants).
StringsMessage Error message.
MixedmTransValue Original and eventually transformed value.
$iType
$mTransValue
$sMessage
NOT_FLOAT
NOT_INTEGER
NOT_SCALAR
TOO_BIG
TOO_LONG
TOO_SHORT
TOO_SMALL
WRONG_PATTERN