mysqldata
in package
Table of Contents
Methods
- addDataPaToTextFile() : string
- Writes a pipe separated textfile to disk containing the lines of $ergebnis
- backupAllData() : mixed
- backupAllData_EXCEL() : mixed
- closeRech() : mixed
- get_Kantone_Liste() : mixed
- getDATA_ByMonJahr() : mixed
- getDATA_ByMonJahr_Spitex() : mixed
- getKanton() : mixed
- getKLV_C_Leistungen_PA_ByRID() : mixed
- getKLV_Leistungen_ByRID() : mixed
- getMonJahrOffeneRE() : mixed
- getMonJahrOffeneRE_byOwner() : mixed
- getOffeneRE_ByMonJahr_Spitex() : mixed
- getOwnerKLV_C_Leistungen_ByRID() : mixed
- getOwnerKLV_C_Leistungen_PerDayByRID() : mixed
- getStorno_Leistungen_ByRID() : mixed
- mail_att() : mixed
- saveExport() : mixed
- getResultsOrDie() : object|void
Methods
addDataPaToTextFile()
Writes a pipe separated textfile to disk containing the lines of $ergebnis
public
addDataPaToTextFile(mixed $pfad_Verzeichnis, mixed $ergebnis, mixed $n, mixed $name) : string
Parameters
- $pfad_Verzeichnis : mixed
-
string
- $ergebnis : mixed
-
array The data
- $n : mixed
-
int The number of loops to execute
- $name : mixed
-
string The prefix of the filename to save the data to
Tags
Return values
string —The filename composed of $name and a timestamp with extension .txt
backupAllData()
public
backupAllData(mixed $pfad_Verzeichnis, mixed &$ergebnis, mixed &$n, mixed &$name) : mixed
Parameters
- $pfad_Verzeichnis : mixed
- $ergebnis : mixed
- $n : mixed
- $name : mixed
backupAllData_EXCEL()
public
backupAllData_EXCEL(mixed $pfad_Verzeichnis, mixed &$ergebnis, mixed &$n, mixed &$name) : mixed
Parameters
- $pfad_Verzeichnis : mixed
- $ergebnis : mixed
- $n : mixed
- $name : mixed
closeRech()
public
closeRech(mixed $id_r) : mixed
Parameters
- $id_r : mixed
get_Kantone_Liste()
public
get_Kantone_Liste([mixed $kuerzel = null ]) : mixed
Parameters
- $kuerzel : mixed = null
getDATA_ByMonJahr()
public
getDATA_ByMonJahr(mixed $monat, mixed $jahr, mixed $id_owner, mixed $kanton) : mixed
Parameters
- $monat : mixed
- $jahr : mixed
- $id_owner : mixed
- $kanton : mixed
getDATA_ByMonJahr_Spitex()
public
getDATA_ByMonJahr_Spitex(mixed $monat, mixed $jahr, mixed $kanton) : mixed
Parameters
- $monat : mixed
- $jahr : mixed
- $kanton : mixed
getKanton()
public
getKanton(mixed $id_kanton) : mixed
Parameters
- $id_kanton : mixed
getKLV_C_Leistungen_PA_ByRID()
public
getKLV_C_Leistungen_PA_ByRID(mixed $id_r) : mixed
Parameters
- $id_r : mixed
getKLV_Leistungen_ByRID()
public
getKLV_Leistungen_ByRID(mixed $id_r) : mixed
Parameters
- $id_r : mixed
getMonJahrOffeneRE()
public
getMonJahrOffeneRE(mixed $id_kanton) : mixed
Parameters
- $id_kanton : mixed
getMonJahrOffeneRE_byOwner()
public
getMonJahrOffeneRE_byOwner(mixed $id_kanton, mixed $id_owner) : mixed
Parameters
- $id_kanton : mixed
- $id_owner : mixed
getOffeneRE_ByMonJahr_Spitex()
public
getOffeneRE_ByMonJahr_Spitex(mixed $monat, mixed $jahr, mixed $kanton) : mixed
Parameters
- $monat : mixed
- $jahr : mixed
- $kanton : mixed
getOwnerKLV_C_Leistungen_ByRID()
public
getOwnerKLV_C_Leistungen_ByRID(mixed $id_r) : mixed
Parameters
- $id_r : mixed
getOwnerKLV_C_Leistungen_PerDayByRID()
public
getOwnerKLV_C_Leistungen_PerDayByRID(mixed $id_r) : mixed
Parameters
- $id_r : mixed
getStorno_Leistungen_ByRID()
public
getStorno_Leistungen_ByRID(mixed $id_r) : mixed
Parameters
- $id_r : mixed
mail_att()
public
mail_att(mixed $to, mixed $subject, mixed $message, mixed $anhang) : mixed
Parameters
- $to : mixed
- $subject : mixed
- $message : mixed
- $anhang : mixed
saveExport()
public
saveExport(mixed $zsr, mixed $ahv, mixed $rnr, mixed $monat, mixed $tag, mixed $zeit_a, mixed $zeit_b, mixed $zeit_c, mixed $datum) : mixed
Parameters
- $zsr : mixed
- $ahv : mixed
- $rnr : mixed
- $monat : mixed
- $tag : mixed
- $zeit_a : mixed
- $zeit_b : mixed
- $zeit_c : mixed
- $datum : mixed
getResultsOrDie()
protected
getResultsOrDie(string $query, string $methodName) : object|void
Parameters
- $query : string
- $methodName : string