mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
- UML documentation
- correction (typo)
This commit is contained in:
@@ -42,7 +42,7 @@ class ferien extends basis_db
|
||||
* Konstruktor
|
||||
* @param $bezeichnung und studiengang_kz ID der zu ladenden Ferien
|
||||
*/
|
||||
public function _construct($bezeichnung=null, $studiengang_kz=null)
|
||||
public function __construct($bezeichnung=null, $studiengang_kz=null)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user