You are here

class ExplodeStrategy in Zircon Profile 8

Same name in this branch
  1. 8 vendor/zendframework/zend-hydrator/src/Strategy/ExplodeStrategy.php \Zend\Hydrator\Strategy\ExplodeStrategy
  2. 8 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php \Zend\Stdlib\Hydrator\Strategy\ExplodeStrategy
Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/ExplodeStrategy.php \Zend\Stdlib\Hydrator\Strategy\ExplodeStrategy

Hierarchy

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\Strategy
View source
class ExplodeStrategy extends BaseExplodeStrategy implements StrategyInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ExplodeStrategy::$explodeLimit private property
ExplodeStrategy::$valueDelimiter private property
ExplodeStrategy::extract public function Join array elements with delimiter Overrides StrategyInterface::extract
ExplodeStrategy::hydrate public function Split a string by delimiter Overrides StrategyInterface::hydrate
ExplodeStrategy::setValueDelimiter private function Sets the delimiter string that the values will be split upon
ExplodeStrategy::__construct public function Constructor