You are here

public function MergeReplaceKey::getData in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php \Zend\Stdlib\ArrayUtils\MergeReplaceKey::getData()

Return value

mixed

Overrides MergeReplaceKeyInterface::getData

File

vendor/zendframework/zend-stdlib/src/ArrayUtils/MergeReplaceKey.php, line 30

Class

MergeReplaceKey

Namespace

Zend\Stdlib\ArrayUtils

Code

public function getData() {
  return $this->data;
}