You are here

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

Parameters

string $parent_path:

File

lib/MonoPlugin/FixedParentPath.php, line 13

Class

crumbs_MonoPlugin_FixedParentPath

Code

function __construct($parent_path) {
  $this->parentPath = $parent_path;
}