You are here

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

Parameters

string $key:

Return value

array

File

lib/Container/MultiWildcardDataOffset.php, line 46

Class

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

Code

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