You are here

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

Parameters

callback $callback:

string $module:

string $key:

File

lib/MonoPlugin/ParentPathCallback.php, line 25

Class

crumbs_MonoPlugin_ParentPathCallback

Code

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