| Fully Qualified Name: | Laminas\Hydrator\Strategy\ExplodeStrategy |
| Implements: | StrategyInterface |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | ExplodeStrategy |
| extract() | {@inheritDoc} | ExplodeStrategy |
| hydrate() | {@inheritDoc} | ExplodeStrategy |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $delimiter | string | String |
| $explodeLimit | int|null | Explode |
Returns:
{@inheritDoc}
Join array elements with delimiter
| Parameter Name | Type | Description |
|---|---|---|
| $value | string[] | The |
| $object |
Returns: string|null
{@inheritDoc}
Split a string by delimiter
| Parameter Name | Type | Description |
|---|---|---|
| $value | string|null | |
| $data |
Returns: string[]