Class src_tools_CHECK

Description

Beinhaltet Funktionen mit denen Übergabeparameter auf Vollständigkeit und überprüft werden

Located in /src/tools/class.CHECK.php (line 35)


	
			
Method Summary
static boolean checkAnzahl (int $anzahl, [boolean $exit = 0])
static boolean checkBool (int $bool, [boolean $exit = false])
static boolean checkBrevet (string $brevet, [boolean $exit = false])
static boolean checkConfirm (string $confirm, [boolean $exit = 0])
static boolean checkDatum (date $datum, [boolean $exit = 0])
static boolean checkFloat (float $float, [boolean $exit = false])
static boolean checkHour (time $hour, [boolean $exit = false])
static boolean checkHtml (string $pageTitle, [boolean $exit = false])
static boolean checkID (void $id, [boolean $exit = 0])
static boolean checkMail (string $mail, [boolean $exit = 0])
static boolean checkName (string $name, [boolean $exit = 0])
static boolean checkPhone (string $phone, [boolean $exit = 0])
static boolean checkPWD (string $pwd, [boolean $exit = 0])
static boolean checkToken (string $token, [boolean $exit = 0])
static boolean checkVerband (string $verband_nr, [boolean $exit = false])
static boolean checkVnum (string $verein_nr, [boolean $exit = 0])
static boolean checkVnum_small (string $verein_nr, [boolean $exit = false])
Methods
static method checkAnzahl (line 264)

Überprüft die Korrektheit einer Zahl

static boolean checkAnzahl (int $anzahl, boolean $exit)
  • int $anzahl
  • boolean $exit
static method checkBool (line 381)

überprüft die Korrektheit einer Boolschen Zahl

static boolean checkBool (int $bool, [boolean $exit = false])
  • int $bool
  • boolean $exit
static method checkBrevet (line 467)

überprüft die Korrektheit eines Brevetnamens

static boolean checkBrevet (string $brevet, [boolean $exit = false])
  • string $brevet
  • boolean $exit
static method checkConfirm (line 204)

überprüft die Korrektheit einer Bestätigung

static boolean checkConfirm (string $confirm, boolean $exit)
  • string $confirm
  • boolean $exit
static method checkDatum (line 80)

überprüft die Korrektheit eines Datums

static boolean checkDatum (date $datum, boolean $exit)
  • date $datum
  • boolean $exit
static method checkFloat (line 439)

überprüft die Korrektheit einer Float Zahl

static boolean checkFloat (float $float, [boolean $exit = false])
  • float $float
  • boolean $exit
static method checkHour (line 113)

überprüft die Korrektheit einer Zeitangabe

static boolean checkHour (time $hour, [boolean $exit = false])
  • time $hour
  • boolean $exit
static method checkHtml (line 411)

überprüft die Korrektheit eines HTML-Namens

static boolean checkHtml (string $pageTitle, [boolean $exit = false])
  • string $pageTitle
  • boolean $exit
static method checkID (line 50)

überprüft die Korrektheit einer ID

static boolean checkID (void $id, boolean $exit)
  • void $id
  • boolean $exit
static method checkMail (line 174)

überprüft die Korrektheit einer Emailadresse

static boolean checkMail (string $mail, boolean $exit)
  • string $mail
  • boolean $exit
static method checkName (line 234)

Überprüft die Korrektheit eines Namens

static boolean checkName (string $name, boolean $exit)
  • string $name
  • boolean $exit
static method checkPhone (line 294)

überprüft die Korrektheit einer Telefonnummer

static boolean checkPhone (string $phone, boolean $exit)
  • string $phone
  • boolean $exit
static method checkPWD (line 144)

überprüft die Korrektheit eines Passwortes

static boolean checkPWD (string $pwd, boolean $exit)
  • string $pwd
  • boolean $exit
static method checkToken (line 352)

überprüft ob das übergebene Token in der Session bereits gesetzt wurde

In diesem Fall wurde die aufrufende Seite (Formular) bereits aufgerufen.

static boolean checkToken (string $token, boolean $exit)
  • string $token
  • boolean $exit
static method checkVerband (line 527)

überprüft die Korrektheit einer Verbandszahl

static boolean checkVerband (string $verband_nr, [boolean $exit = false])
  • string $verband_nr
  • boolean $exit
static method checkVnum (line 322)

überprüft die Korrektheit einer kompletten Vereinsnummer

static boolean checkVnum (string $verein_nr, boolean $exit)
  • string $verein_nr
  • boolean $exit
static method checkVnum_small (line 497)

überprüft die Korrektheit einer Vereinsnummer ohne Verbandszahl

static boolean checkVnum_small (string $verein_nr, [boolean $exit = false])
  • string $verein_nr
  • boolean $exit

Documentation generated on Sat, 24 Mar 2007 09:59:03 +0100 by phpDocumentor 1.3.1