function og_CrumbsMultiPlugin_my_groups_overview::__construct in Crumbs, the Breadcrumbs suite 7
Same name and namespace in other branches
- 7.2 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 142
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;
}