コード例 #1
0
 public function __construct(Page $currentPage)
 {
     $dashboard = \Page::getByPath('/account');
     $this->setTitle(t('My Account'));
     $this->setWrapperClass('ccm-nav-wrapper');
     parent::__construct($dashboard, $currentPage);
 }
コード例 #2
0
 public function __construct(Page $currentPage)
 {
     $dashboard = \Page::getByPath('/dashboard');
     parent::__construct($dashboard, $currentPage);
 }