/**
* The constructor
*
- * @param $message Message from the exception
- * @param $code Code number for the exception
+ * @param $array Message from the exception
+ * @param $code Code number for the exception
* @return void
*/
- public final function __construct ($array, $code) {
- // Cast the array
- $array = (array) $array;
-
+ public function __construct (array $array, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Kompressor <u>%s</u> zu den geladenen Daten aus <u>%s</u> und der aktuell verwendete Kompressor <u>%s</u> stimmen nicht überein!",
$array[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Ein Container-Item ist kein Array.",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Ein Container-Item ist auf <em>null</em> gesetzt.",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Ein Container ist möglicherweise beschädigt.",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Speicherpfad ist leer.",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Der angegebene Speicherpfad <u>%s</u> ist ungütig (kein Pfad).", $path);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Der Pfad <u>%s</u> ist lese-geschützt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Der angegebene Speicherpfad <u>%s</u> ist schreibgeschützt. Bitte Zugriffsrechte (CHMOD) entsprechend setzen.", $path);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Für den Pfad <u>%s</u> konnte kein Pointer initialisiert werden.", $path);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Für die Datei <u>%s</u> konnte kein Pointer initialisiert werden. Möglicherweise ist die Datei nicht lesbar oder fehlt!", $path);
* @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software
* @license GNU GPL 3.0 or any newer version
* @link http://www.mxchange.org
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
/**
* The constructor
*
- * @param $message Message from the exception
- * @param $code Code number for the exception
+ * @param $array Message from the exception
+ * @param $code Code number for the exception
* @return void
*/
- public final function __construct ($array, $code) {
- // Cast the array
- $array = (array) $array;
-
+ public function __construct (array $array, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Eine unerwartete Datenlänge von <u>%s</u> Byte ist aufgetreten. <u>%s</u> wurden erwartet!",
$array[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
if (is_null($class)) {
$message = "[???:] Ungütige Verzeichnis-Resource.";
* @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software
* @license GNU GPL 3.0 or any newer version
* @link http://www.mxchange.org
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
/**
* The constructor
*
- * @param $message Message from the exception
- * @param $code Code number for the exception
+ * @param $array Message from the exception
+ * @param $code Code number for the exception
* @return void
*/
- public final function __construct ($array, $code) {
- // Cast the array
- $array = (array) $array;
-
+ public function __construct (array $array, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Die MD5-Prüfsummen <u>%s</u> und <u>%s</u> stimmen nicht überein!",
$array[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
if (is_null($class)) {
$message = "[???:] Der Verzeichnisname ist leer.";
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Der angegebene Pfad <u>%s</u> ist ungütig (kein Pfad).", $path);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($path, $code) {
+ public function __construct ($path, $code) {
// Add a message around the missing class
$message = sprintf("Der Pfad <u>%s</u> ist lese-geschützt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] <u>%s</u> ist keine Zeichenkette!",
$class[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Sprachen-Basispfad ist leer.",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Sprach-Basispfad <u>%s</u> existiert nicht oder ist eine Datei!",
$class[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Sprach-Basispfad <u>%s</u> ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.",
$class[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($classArray, $code) {
+ public function __construct (array $classArray, $code) {
// Add a message around the missing class
$message = sprintf("Die Klasse <u>%s</u> ist ungleich <u>%s</u>.",
$classArray[0],
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("Die interne Script-Klasse <u>%s</u> konnte nicht gefunden werden!", $class);
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Leeren Konfigurationseintrag angegeben!",
$class,
* @param $code Code number for the exception
* @return void
*/
- public final function __construct (array $classArray, $code) {
+ public function __construct (array $classArray, $code) {
// Cast the array
$classArray = (array) $classArray;
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
if (is_object($class)) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Abmasse konnten nicht extrahiert werden!",
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Exception(s) wurde(n) nicht geändert.",
$class,
* @param $code Code number for the exception
* @return void
*/
- public final function __construct (array $classArray, $code) {
+ public function __construct (array $classArray, $code) {
// Cast the array
$classArray = (array) $classArray;
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($dataArray, $code) {
+ public function __construct ($dataArray, $code) {
// Cast the array
$dataArray = (array) $dataArray;
* @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software
* @license GNU GPL 3.0 or any newer version
* @link http://www.mxchange.org
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
/**
* The constructor
*
- * @param $message Message from the exception
- * @param $code Code number for the exception
+ * @param $array Message from the exception
+ * @param $code Code number for the exception
* @return void
*/
- public final function __construct ($array, $code) {
- // Cast the array
- $array = (array) $array;
-
+ public function __construct (array $array, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] <u>%s</u> hat <u>%d</u> Elemente, soll aber <u>%d</u> enthalten!",
$array[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Objekte sind nicht erlaubt. (Objekt: <u>%s</u>)",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($classArray, $code) {
+ public function __construct (array $classArray, $code) {
// Cast the array
$classArray = (array) $classArray;
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($instance, $code) {
+ public function __construct ($instance, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Die Dezimal- und Tausendertrenner fehlen!",
$instance->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($classArray, $code) {
+ public function __construct (array $classArray, $code) {
// Cast the array
$classArray = (array) $classArray;
* @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software
* @license GNU GPL 3.0 or any newer version
* @link http://www.mxchange.org
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
/**
* The constructor
*
- * @param $message Message from the exception
- * @param $code Code number for the exception
+ * @param $array Message from the exception
+ * @param $code Code number for the exception
* @return void
*/
- public final function __construct ($array, $code) {
- // Cast the array
- $array = (array) $array;
-
+ public function __construct (array $array, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] <u>%s</u> ist kein erstelltes Objekt.",
$array[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($string, $code) {
+ public function __construct ($string, $code) {
// Add a message around the missing class
$message = sprintf("<u>%s</u> ist kein Array!",
$string
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($string, $code) {
+ public function __construct ($string, $code) {
// Add a message around the missing class
$message = sprintf("<u>%s</u> ist kein Objekt!",
$string
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Eine Instanz/Pointer ist auf <em>null</em> gesetzt.",
$class->__toString(),
* @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software
* @license GNU GPL 3.0 or any newer version
* @link http://www.mxchange.org
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
/**
* The constructor
*
- * @param $message Message from the exception
- * @param $code Code number for the exception
+ * @param $array Message from the exception
+ * @param $code Code number for the exception
* @return void
*/
- public final function __construct ($array, $code) {
- // Cast the array
- $array = (array) $array;
-
+ public function __construct (array $array, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Bei der Initialisierung der Applikation <u>%s</u> wurde keine Variable <u>%s</u> erzeugt.",
$array[0]->__toString(),
<?php
/**
- * An exception throws when the base path is empty
+ * An exception thrown when the base path is empty
*
* @author Roland Haeder <webmaster@mxchange.org>
* @version 0.3.0
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Template-Basispfad ist leer.",
$class->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Template-Basispfad <u>%s</u> existiert nicht oder ist eine Datei!",
$class[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Template-Basispfad <u>%s</u> ist lesegeschützt! Bitte Zugriffsrechte (CHMOD) ändern.",
$class[0]->__toString(),
<?php
/**
- * An exception throws hen the base path string is invalid
+ * An exception thrown hen the base path string is invalid
*
* @author Roland Haeder <webmaster@mxchange.org>
* @version 0.3.0
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] <u>%s</u> ist keine Zeichenkette!",
$class[0]->__toString(),
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Die im Template <u>%s</u> gefundene Variable <u>%s</u> ist nicht gültig! Gültige Variablennamen sind nur <u>%s</strong>.",
$class[0]->__toString(),
<?php
/**
- * An exception throws when the template type is not supported
+ * An exception thrown when the template type is not supported
*
* @author Roland Haeder <webmaster@mxchange.org>
* @version 0.3.0
* @param $code Code number for the exception
* @return void
*/
- public final function __construct ($class, $code) {
+ public function __construct (BaseFrameworkSystem $class, $code) {
// Add a message around the missing class
$message = sprintf("[%s:%d] Der Template-Typ <u>%s</u> entspricht nicht dem erwartetem Template-Typ <u>%s</u>.",
$class[0]->__toString(),