Sets the delimiter string that the values will be split upon
| Parameters: | string – |
|---|---|
| Return type: | Explode |
Returns the delimiter string that the values will be split upon
| Return type: | string |
|---|
Sets the Validator for validating each value
| Parameters: | ValidatorInterface – |
|---|---|
| Return type: | Explode |
Gets the Validator for validating each value
| Return type: | ValidatorInterface |
|---|
Set break on first failure setting
| Parameters: | bool – |
|---|---|
| Return type: | Explode |