Fully Qualified Name: | Laminas\Filter\StringSuffix |
Extends: | AbstractFilter |
Name | Description | Defined By |
---|---|---|
__construct() | StringSuffix | |
__invoke() | Invoke filter as a command | AbstractFilter |
filter() | {@inheritdoc} | StringSuffix |
getOptions() | Retrieve options representing object state | AbstractFilter |
getSuffix() | Returns the suffix string, which is appended at the end of the input value | StringSuffix |
hasPcreUnicodeSupport() | AbstractFilter | |
setOptions() | AbstractFilter | |
setSuffix() | Set the suffix string | StringSuffix |
Parameter Name | Type | Description |
---|---|---|
$options | string|array|\Traversable |
Returns:
Invoke filter as a command
Proxies to {@link filter()}
Parameter Name | Type | Description |
---|---|---|
$value | mixed |
Returns: mixed
{@inheritdoc}
Parameter Name | Type | Description |
---|---|---|
$value |
Returns:
Retrieve options representing object state
Returns: array
Returns the suffix string, which is appended at the end of the input value
Returns: string
Returns: bool
Parameter Name | Type | Description |
---|---|---|
$options | array|\Traversable |
Returns: self
Set the suffix string
Parameter Name | Type | Description |
---|---|---|
$suffix | string |
Returns: self