You are here

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

Parameters

crumbs_Container_MultiWildcardData $container:

string $key: Key identifying a position in the wildcard tree, e.g. 'menu.hierarchy.*'.

File

lib/Container/MultiWildcardDataOffset.php, line 29

Class

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

Code

function __construct($container, $key) {
  $this->container = $container;
  $this->key = $key;
}