class ExplodeStrategy in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php \Zend\Hydrator\Strategy\ExplodeStrategy
- 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php \Zend\Stdlib\Hydrator\Strategy\ExplodeStrategy
Same name and namespace in other branches
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php \Zend\Stdlib\Hydrator\Strategy\ExplodeStrategy
Hierarchy
- class \Zend\Hydrator\Strategy\ExplodeStrategy implements StrategyInterface
- class \Zend\Stdlib\Hydrator\Strategy\ExplodeStrategy implements StrategyInterface
Expanded class hierarchy of ExplodeStrategy
Deprecated
Use Zend\Hydrator\Strategy\ExplodeStrategy from zendframework/zend-hydrator instead.
File
- vendor/
zendframework/ zend-stdlib/ src/ Hydrator/ Strategy/ ExplodeStrategy.php, line 17
Namespace
Zend\Stdlib\Hydrator\StrategyView source
class ExplodeStrategy extends BaseExplodeStrategy implements StrategyInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ExplodeStrategy:: |
private | property | ||
ExplodeStrategy:: |
private | property | ||
ExplodeStrategy:: |
public | function |
Join array elements with delimiter Overrides StrategyInterface:: |
|
ExplodeStrategy:: |
public | function |
Split a string by delimiter Overrides StrategyInterface:: |
|
ExplodeStrategy:: |
private | function | Sets the delimiter string that the values will be split upon | |
ExplodeStrategy:: |
public | function | Constructor |