Class src_foundation_tables_BEFUGNISSE

Description

Implements interfaces:

Ernöglicht den Zugang zur Datenbank befugnisse

Located in /src/foundation/tables/class.BEFUGNISSE.php (line 51)

src_foundation_tables_PARENTTABLES
   |
   --src_foundation_tables_BEFUGNISSE
Variable Summary
Method Summary
void __construct ()
array canDive (int $see_id, string $datum, string $hour, string $verein_nr)
boolean deleteRow ()
void getErrNr ()
array getRow ()
boolean insertRow (array $data)
void setParams (int $see_id, [date $datum = null], [int $wochentag = 0])
void unsetParams ()
boolean updateData ()
boolean updateRow (array $data)
Variables
string $dbTableName = 'befugnisse' (line 61)

Beinhaltet den Datenbanknamen (befugnisse)

  • access: protected
int $see_id = 0 (line 77)

aktuelle see_id

  • access: public
int $wochentag = 0 (line 85)

aktueller Wochentag

  • access: public

Inherited Variables

Inherited from src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::$oSeen
Methods
Constructor __construct (line 339)

Konstruktor

lädt alle Befugnisse

void __construct ()

Redefinition of:
src_foundation_tables_PARENTTABLES::__construct()
Konstruktor
canDive (line 259)

überprüft ob ein verein an diesem Tag tauchen darf

array canDive (int $see_id, string $datum, string $hour, string $verein_nr)
  • int $see_id
  • string $datum
  • string $hour
  • string $verein_nr
deleteRow (line 193)

löscht einen Datensatz

boolean deleteRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::deleteRow()
löscht einen Datensatz
getErrNr (line 321)
  • access: public
void getErrNr ()
getRow (line 105)

liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden

array getRow ()

Implementation of:
src_interfaces_TABLEINTERFACE::getRow()
liefert einen (mehrere) Datensatz die durch setzen ser Parameter werden
insertRow (line 163)

fügt einen neuen Datensatz ein

boolean insertRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::insertRow()
fügt einen neuen Datensatz ein
setParams (line 310)

setzt die Daten für die aktuelle Bearbeitung

void setParams (int $see_id, [date $datum = null], int $wochentag)
  • int $see_id
  • date $datum
  • int $wochentag
unsetParams (line 240)

löscht die Parameter, die den gegenwärtigen Datensatz identifizieren

void unsetParams ()

Implementation of:
src_interfaces_TABLEINTERFACE::unsetParams()
löscht die Parameter, die den gegenwärtigen Datensatz identifizieren
updateData (line 221)

aktualisiert die Daten im gegenwertigen Objekt

boolean updateData ()

Implementation of:
src_interfaces_TABLEINTERFACE::updateData()
aktualisiert die Daten im gegenwertigen Objekt
updateRow (line 130)

veranlasst ein Update

boolean updateRow (array $data)
  • array $data

Implementation of:
src_interfaces_TABLEINTERFACE::updateRow()
veranlasst ein Update

Inherited Methods

Inherited From src_foundation_tables_PARENTTABLES

src_foundation_tables_PARENTTABLES::__construct()
src_foundation_tables_PARENTTABLES::delete()
src_foundation_tables_PARENTTABLES::getArrKeys()
src_foundation_tables_PARENTTABLES::getFlags()
src_foundation_tables_PARENTTABLES::getKontakte()
src_foundation_tables_PARENTTABLES::getSea()
src_foundation_tables_PARENTTABLES::getSeen()
src_foundation_tables_PARENTTABLES::getTableName()
src_foundation_tables_PARENTTABLES::insert()
src_foundation_tables_PARENTTABLES::optimizeDB()
src_foundation_tables_PARENTTABLES::select()
src_foundation_tables_PARENTTABLES::setFlags()
src_foundation_tables_PARENTTABLES::setKontakte()
src_foundation_tables_PARENTTABLES::setSea()
src_foundation_tables_PARENTTABLES::setSeen()
src_foundation_tables_PARENTTABLES::truncate()
src_foundation_tables_PARENTTABLES::update()

Documentation generated on Sat, 24 Mar 2007 09:58:53 +0100 by phpDocumentor 1.3.1