/**
  * Konstruktor
  * @param $betriebsmitteltyp
  */
 public function __construct($betriebsmitteltyp = null)
 {
     parent::__construct();
     if ($betriebsmitteltyp != null) {
         $this->load($betriebsmitteltyp);
     }
 }
 /**
  * Konstruktor
  * @param $lehre_tools_id ID die geladen werden soll (Default=null)
  */
 public function __construct($lehre_tools_id = null)
 {
     parent::__construct();
     if (!is_null($lehre_tools_id)) {
         $this->load($lehre_tools_id);
     }
 }
 /**
  * Konstruktor
  * @param $ort_kurzbz 
  * @param $hierarchie
  */
 public function __construct($ort_kurzbz = null, $hierarchie = 0)
 {
     parent::__construct();
     if ($ort_kurzbz != null && $hierarchie != null && is_numeric($hierarchie)) {
         $this->load($ort_kurzbz, $hierarchie);
     }
 }
 /**
  * Konstruktor
  * @param $betriebsmittelstatus
  */
 public function __construct($betriebsmittelstatus_kurzbz = null)
 {
     parent::__construct();
     if ($betriebsmittelstatus_kurzbz != null) {
         $this->load($betriebsmittelstatus_kurzbz);
     }
 }
 /**
  * Konstruktor
  * @param $projekt_kurzbz ID der Projektarbeit, die geladen werden soll (Default=null)
  */
 public function __construct($projekttask_id = null)
 {
     parent::__construct();
     if ($projekttask_id != null) {
         $this->load($projekttask_id);
     }
 }
 /**
  * Konstruktor
  * @param integer ID des Studienplatz der geladen werden soll (Default=null)
  */
 public function __construct($studienplatz_id = null)
 {
     parent::__construct();
     if (!is_null($studienplatz_id)) {
         $this->load($studienplatz_id);
     }
 }
 /**
  * Konstruktor
  * @param $betriebsmittelstatus
  */
 public function __construct($betriebsmittelbetriebsmittelstatus_id = null)
 {
     parent::__construct();
     if ($betriebsmittelbetriebsmittelstatus_id != null) {
         $this->load($betriebsmittelbetriebsmittelstatus_id);
     }
 }
 /**
  * Konstruktor - Laedt optional eine Anrechnung
  * @param $anrechnung_id
  */
 public function __construct($anrechnung_id = null)
 {
     parent::__construct();
     if ($anrechnung_id != null) {
         $this->load($anrechnung_id);
     }
 }
 /**
  * Konstruktor
  * @param $coodle_id ID die geladen werden soll (Default=null)
  */
 public function __construct($coodle_id = null)
 {
     parent::__construct();
     if (!is_null($coodle_id)) {
         $this->load($coodle_id);
     }
 }
 /**
  * Konstruktor
  * @param $conn Connection zur DB
  *        $news_id ID der zu ladenden Funktion
  */
 public function __construct($news_id = null)
 {
     parent::__construct();
     if ($news_id != null) {
         $this->load($news_id);
     }
 }
 /**
  * Konstruktor
  * @param $funktion_kurzbz Kurzbz der zu ladenden Funktion
  */
 public function __construct($funktion_kurzbz = null)
 {
     parent::__construct();
     if (!is_null($funktion_kurzbz)) {
         $this->load($funktion_kurzbz);
     }
 }
 /**
  * Konstruktor
  * @param $reihungstest_id ID der Adresse die geladen werden soll (Default=null)
  */
 public function __construct($foerdervertag_id = null)
 {
     parent::__construct();
     if (!is_null($foerdervertag_id)) {
         $this->load($foerdervertag_id);
     }
 }
 /**
  * Konstruktor
  * @param $raumtyp_kurzbz des zu ladenden Raumtyps
  */
 public function __construct($raumtyp_kurzbz = null)
 {
     parent::__construct();
     if ($raumtyp_kurzbz != null) {
         $this->load($raumtyp_kurzbz);
     }
 }
 /**
  * Konstruktor - Laedt optional einen DS
  * @param $webservicerecht_id
  */
 public function __construct($webservicerecht_id = null)
 {
     parent::__construct();
     if (!is_null($webservicerecht_id)) {
         $this->load($webservicerecht_id);
     }
 }
 /**
  * Konstruktor
  * @param $bezeichnung und studiengang_kz ID der zu ladenden Ferien
  */
 public function __construct($bezeichnung = null, $studiengang_kz = null)
 {
     parent::__construct();
     if ($bezeichnung != null && $studiengang_kz != null && is_numeric($studiengang_kz)) {
         $this->load($bezeichnung, studiengang_kz);
     }
 }
 /**
  * Konstruktor
  * @param $konto_id ID des Kontos das geladen werden soll (Default=null)
  */
 public function __construct($konto_id = null)
 {
     parent::__construct();
     if (!isset($this->sprache)) {
         $this->sprache = new sprache();
         $this->sprache->getAll();
     }
     if (!is_null($konto_id)) {
         $this->load($konto_id);
     }
 }
 /**
  * Konstruktor
  */
 public function __construct()
 {
     parent::__construct();
     $this->initSoapClient();
 }
 /**
  * Konstruktor
  */
 public function __construct()
 {
     parent::__construct();
     $this->aktive_addons = array_filter(explode(";", ACTIVE_ADDONS));
 }
 function __construct()
 {
     parent::__construct();
 }
 /**
  * Konstruktor
  * @param $db Connection zur DB
  *        $veranstaltungskategorie_kurzbz  zum ladenden der Kategorie Funktion
  *        $veranstaltung_id  zum ladenden der Veranstaltung Funktion
  *        $reservierung_id  zum ladenden der Reservierung Funktion
  *        $show_only_public_kategorie  Boolean welche Kategorien Public oder Alle fuer Lektoren und Mitarbeiter
  */
 public function __construct($veranstaltungskategorie_kurzbz = "", $veranstaltung_id = "", $reservierung_id = "", $show_only_public_kategorie = true)
 {
     parent::__construct();
     // Init alle Funktionen und Variablen
     $this->InitJahresplan();
     // Berechtigungen beim Lesen
     $this->show_only_public_kategorie = $show_only_public_kategorie;
     // Veranstaltungskategorie
     $this->veranstaltungskategorie_kurzbz = $veranstaltungskategorie_kurzbz;
     if (!empty($this->veranstaltungskategorie_kurzbz)) {
         $this->loadVeranstaltungskategorie($this->veranstaltungskategorie_kurzbz);
     }
     // Veranstaltungen
     $this->veranstaltung_id = $veranstaltung_id;
     if (!empty($this->veranstaltung_id)) {
         $this->loadVeranstaltung($this->veranstaltung_id, $this->veranstaltungskategorie_kurzbz);
     }
     $this->reservierung_id = $reservierung_id;
     if (!empty($this->reservierung_id)) {
         $this->loadReservierung($this->reservierung_id, $this->veranstaltung_id);
     }
 }
 /**
  * Konstruktor
  * @param $preoutgoing ID des Datensatzes der geladen werden soll (Default=null)
  */
 public function __construct($preoutgoing_id = null)
 {
     parent::__construct();
     if (!is_null($preoutgoing_id)) {
         $this->load($preoutgoing_id);
     }
 }
 /**
  * Konstruktor
  * 
  */
 public function __construct()
 {
     parent::__construct();
     $this->getVersionen();
     return true;
 }