Fully Qualified Name: | Zend\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 |
Returns: string|null
{@inheritDoc}
Split a string by delimiter
Parameter Name | Type | Description |
---|---|---|
$value | string|null |
Returns: string[]