You are here

function crumbs_Container_MultiWildcardDataOffset::getAllMerged in Crumbs, the Breadcrumbs suite 7.2

Parameters

string $key:

Return value

array

File

lib/Container/MultiWildcardDataOffset.php, line 54

Class

crumbs_Container_MultiWildcardDataOffset
Represents a position in the wildcard tree, either at a leaf (candidate) or at a node (wildcard).

Code

function getAllMerged($key) {
  return $this->container
    ->__get($key)
    ->getAllMerged($this->key);
}