function crumbs_MonoPlugin_TitleCallback::__construct in Crumbs, the Breadcrumbs suite 7.2
Parameters
callback $callback:
string $module:
string $key:
File
- lib/
MonoPlugin/ TitleCallback.php, line 25
Class
Code
function __construct($callback, $module, $key) {
$this->callback = $callback;
$this->module = $module;
$this->key = $key;
}