Documentation

Deprecated

Table of Contents

public/ak_export_4_4_papier/xmlexport.inc.php
public/data/mod_BuHa.php
public/data/organisation.php
public/data/owner.php
public/data/rechnung.php
public/data/XmlExport440.php
public/src/DataMapper/AbstractMapper.php
public/src/Template/Component/ComponentParser.php
public/src/Template/JsonExtension.php
public/src/Template/LazyTemplateConfig.php
public/src/Template/TranslationExtension.php
public/src/Util/SimpleTranslation.php

xmlexport.inc.php

Line Element Reason
108 mysqldata::getOffeneRE_ByMonJahr()
143 mysqldata::getRE_ByID()
170 mysqldata::getOffeneRE_ByMonJahr_LISTE()
488 mysqldata::getAllDataKV()

mod_BuHa.php

Line Element Reason
139 mod_BuHa::getAllData_KV()

organisation.php

Line Element Reason
411 organisation::del_KK()
619 organisation::get_nameOrt()
660 organisation::getAllData()

owner.php

Line Element Reason
80 owner::getFieldFromFppAttributes()

use business_attribs table and methods instead

528 owner::getAllOwnerBname()

unused function - use getAllOwnerData() instead

rechnung.php

Line Element Reason
1779 rechnung::getLeistung_nachKlientTarif()

Use

getLeistung_nachKlientTarif_Owner()
without owner instead

3429 rechnung::getAllKlientOrga_komplett()
3554 rechnung::getAllKlientOrga_komplett_spitex()

XmlExport440.php

Line Element Reason
71 XmlExport440::getRE_zuUebertragen()

Use DomainObject together with the DataMapper instead

84 XmlExport440::getRE_zuUebertragen_ByOwner()

Use DomainObject together with the DataMapper instead

219 XmlExport440::getMonJahrOffeneRE_byOwner()

Not sure .. Use

getMonJahrOffeneRE_EKARUS()
instead

236 XmlExport440::getMonJahrOffeneRE_byOwner_ekarus()

Use

getMonJahrOffeneRE_EKARUS()
instead

321 XmlExport440::getExportierte_RE_ByMonJahr()
353 XmlExport440::getExportierte_RE_ByMonJahr_Spitex()
384 XmlExport440::getExportierte_RE_KANTON_ByMonJahr()
415 XmlExport440::getExportierte_RE_KANTON_ByMonJahr_Spitex()
515 XmlExport440::getOffeneRE_ByMonJahr()
545 XmlExport440::getStornoData_ByIDR()
672 XmlExport440::getOffeneRE_ByMonJahr_Spitex()
1072 XmlExport440::getAllDataKV()

AbstractMapper.php

Line Element Reason
110 AbstractMapper::customQuery()

check why this would be needed, we can override query() for different queries

ComponentParser.php

Line Element Reason
12 ComponentParser

use Latte templates

JsonExtension.php

Line Element Reason
10 JsonExtension

use Latte templates

LazyTemplateConfig.php

Line Element Reason
8 LazyTemplateConfig

use Latte templates

TranslationExtension.php

Line Element Reason
8 TranslationExtension

use Latte templates

SimpleTranslation.php

Line Element Reason
222 SimpleTranslation::printText()

Use out() instead

234 SimpleTranslation::loadText()

Use get() instead

Search results