コード例 #1
0
ファイル: ViewsWidget.php プロジェクト: ratbird/hope
 public function __construct()
 {
     parent::__construct();
     $this->title = _('Ansichten');
     $this->addCSSClass('sidebar-views');
 }
コード例 #2
0
ファイル: ExportWidget.php プロジェクト: ratbird/hope
 public function __construct()
 {
     parent::__construct();
     $this->title = _('Export');
 }
コード例 #3
0
ファイル: ActionsWidget.php プロジェクト: ratbird/hope
 public function __construct()
 {
     parent::__construct();
     $this->title = _('Aktionen');
 }
コード例 #4
0
ファイル: NavigationWidget.php プロジェクト: ratbird/hope
 public function __construct()
 {
     parent::__construct();
     $this->title = _('Navigation');
     $this->addCSSClass('sidebar-navigation');
 }