class BooleanStrategy in Zircon Profile 8
Same name in this branch
- 8 vendor/zendframework/zend-hydrator/src/Strategy/BooleanStrategy.php \Zend\Hydrator\Strategy\BooleanStrategy
- 8 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php \Zend\Stdlib\Hydrator\Strategy\BooleanStrategy
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/Hydrator/Strategy/BooleanStrategy.php \Zend\Stdlib\Hydrator\Strategy\BooleanStrategy
This Strategy extracts and hydrates int and string values to Boolean values
Hierarchy
- class \Zend\Hydrator\Strategy\BooleanStrategy implements StrategyInterface
- class \Zend\Stdlib\Hydrator\Strategy\BooleanStrategy implements StrategyInterface
Expanded class hierarchy of BooleanStrategy
Deprecated
Use Zend\Hydrator\Strategy\BooleanStrategy from zendframework/zend-hydrator instead.
File
- vendor/
zendframework/ zend-stdlib/ src/ Hydrator/ Strategy/ BooleanStrategy.php, line 19
Namespace
Zend\Stdlib\Hydrator\StrategyView source
class BooleanStrategy extends BaseBooleanStrategy implements StrategyInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BooleanStrategy:: |
private | property | ||
BooleanStrategy:: |
private | property | ||
BooleanStrategy:: |
public | function |
Converts the given value so that it can be extracted by the hydrator. Overrides StrategyInterface:: |
|
BooleanStrategy:: |
public | function |
Converts the given value so that it can be hydrated by the hydrator. Overrides StrategyInterface:: |
|
BooleanStrategy:: |
public | function |