/***
* Êëàññ äëÿ ðàáîòû ñ îøèáêàìè
**/
class eerrors {
static $errors = array();
/***
* Ôóíêöèÿ "çàïîìèíàíèÿ" îøèáêè
**/
public static function add($error_text) {
self::$errors[] = $error_text;
}
} Deprecated: Automatic conversion of false to array is deprecated in /home/admin/web/anwalten.online/public_html/source/classes/eurl.php on line 25