You are here

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

Same name and namespace in other branches
  1. 7 plugins/crumbs.og.inc \og_CrumbsMultiPlugin_my_groups_overview::__construct()

Parameters

string $my_groups_path: The path to be used as parent for all group nodes where the current user is a member.

File

plugins/crumbs.og.inc, line 174

Class

og_CrumbsMultiPlugin_my_groups_overview
Make $my_groups_path the parent path for group nodes where the current user is a member. The priorities can be configured per group node type.

Code

function __construct($my_groups_path) {
  $this->myGroupsPath = $my_groups_path;
}