コード例 #1
0
ファイル: TeachersPresenter.php プロジェクト: rawac/agenda
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Učitelé");
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Import dat");
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Vyučovací předměty");
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Dlouhodobé práce");
 }
コード例 #6
0
ファイル: StudentsPresenter.php プロジェクト: rawac/agenda
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Studenti");
 }
コード例 #7
0
ファイル: MyPresenter.php プロジェクト: rawac/agenda
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Moje možnosti");
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Třídy");
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Procházení školních dat");
 }
コード例 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Dashboard");
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->setTitle("Studijní skupiny");
 }