TypeInterface
in
The interface for all complex data types.
Tags
Table of Contents
Methods
- __toString() : string
- Convert the valud of the complex type to a string.
- getHelper() : string
- Get the validation helper text.
- getValue() : mixed
- Get the value.
- setHelper() : void
- Set the validation helper text.
- setValue() : void
- Set the value of the type.
Methods
__toString()
Convert the valud of the complex type to a string.
public
__toString() : string
Tags
Return values
stringgetHelper()
Get the validation helper text.
public
getHelper() : string
Tags
Return values
stringgetValue()
Get the value.
public
getValue() : mixed
Tags
setHelper()
Set the validation helper text.
public
setHelper(string $helper) : void
Parameters
- $helper : string
Tags
setValue()
Set the value of the type.
public
setValue( $val) : void