You are here

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

Parameters

string $key:

Return value

mixed

File

lib/Container/MultiWildcardDataOffset.php, line 38

Class

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

Code

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