Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401]
(no description)
File Size: | 208 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Cell:: (15 methods):
__construct()
setValue()
getValue()
setStyle()
getStyle()
getType()
setType()
detectType()
isBoolean()
isEmpty()
isNumeric()
isString()
isDate()
isError()
__toString()
__construct($value, Style $style = null) X-Ref |
param: $value mixed param: Style|null $style |
setValue($value) X-Ref |
param: mixed|null $value |
getValue() X-Ref |
return: mixed|null |
setStyle($style) X-Ref |
param: Style|null $style |
getStyle() X-Ref |
return: Style |
getType() X-Ref |
return: int|null |
setType($type) X-Ref |
param: int $type |
detectType($value) X-Ref |
Get the current value type param: mixed|null $value return: int |
isBoolean() X-Ref |
return: bool |
isEmpty() X-Ref |
return: bool |
isNumeric() X-Ref |
return: bool |
isString() X-Ref |
return: bool |
isDate() X-Ref |
return: bool |
isError() X-Ref |
return: bool |
__toString() X-Ref |
return: string |