interface MergeReplaceKeyInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php \Zend\Stdlib\ArrayUtils\MergeReplaceKeyInterface
Marker interface: can be used to replace keys completely in {
Hierarchy
- interface \Zend\Stdlib\ArrayUtils\MergeReplaceKeyInterface
Expanded class hierarchy of MergeReplaceKeyInterface
All classes that implement MergeReplaceKeyInterface
See also
ArrayUtils::merge()} operations
1 file declares its use of MergeReplaceKeyInterface
- ArrayUtils.php in vendor/
zendframework/ zend-stdlib/ src/ ArrayUtils.php
File
- vendor/
zendframework/ zend-stdlib/ src/ ArrayUtils/ MergeReplaceKeyInterface.php, line 15
Namespace
Zend\Stdlib\ArrayUtilsView source
interface MergeReplaceKeyInterface {
/**
* @return mixed
*/
public function getData();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MergeReplaceKeyInterface:: |
public | function | 1 |