Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->BreadcrumbItems = array(new BreadcrumbItem("~/community", "Community"), new BreadcrumbItem("~/community/members", "Members"));
     $this->Name = "members";
     $this->Title = "Members";
 }
Exemplo n.º 2
0
 public function __construct($group)
 {
     parent::__construct();
     $this->Title = $group->Title;
     $this->Group = $group;
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->BreadcrumbItems = array(new BreadcrumbItem("~/community", "Community"), new BreadcrumbItem("~/community/pages", "Pages"));
 }