Type
in package
AbstractYes
The base (abstract) complex data type.
Tags
Table of Contents
Properties
- $helper : string
- The error message for the string type when validation fails.
Methods
- __toString() : string
- Used to convert the object to a printable string.
- getHelper() : string
- Used to get the validation helper message string.
- setHelper() : void
- Set the validation helper text.
Properties
$helper
The error message for the string type when validation fails.
protected
string
$helper
Tags
Methods
__toString()
Used to convert the object to a printable string.
public
__toString() : string
Tags
Return values
stringgetHelper()
Used to get the validation helper message string.
public
getHelper() : string
Tags
Return values
stringsetHelper()
Set the validation helper text.
public
setHelper(string $helper) : void
Parameters
- $helper : string