You are here

interface MergeReplaceKeyInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKeyInterface.php \Zend\Stdlib\ArrayUtils\MergeReplaceKeyInterface

Marker interface: can be used to replace keys completely in {

Hierarchy

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\ArrayUtils
View source
interface MergeReplaceKeyInterface {

  /**
   * @return mixed
   */
  public function getData();

}

Members