Class: base_errors

Quellcode Position: Program_Root/sys_error.php

Class base_errors

Class Overview

Error Object, here you can output all errors on demand

Implementiert in Program_Root/sys_error.php [Zeile 33]

base_object
   |
   --base_errors
Author(s): Information Tags:

Properties

Methods

Direct Derivates
Abgeleitete Class Description
papaya_errors Error object collect errors and return them on request

Inherited Properties And Methods
Inherited Properties Inherited Methods

Abgeleitet von base_object

base_object::$msgs

Abgeleitet von base_object

base_object::addmsg()
Adds a message in the message object.
base_object::createPluginObject()
Create plugin object
base_object::debug()
Show the debug of the variable &$var
base_object::encodeQueryString()
Encode query string
base_object::escapeForFilename()
Escape chars in a string to use it in a filename
base_object::getAbsoluteURL()
Return absolute URL
base_object::getBaseLink()
Get base link
base_object::getBasePath()
get base path to current script
base_object::getLink()
Get link
base_object::getSessionValue()
base_object::getWebLink()
Get web link
base_object::getWebMediaLink()
Get web media link
base_object::includePluginFile()
Include plugin file
base_object::initializeParams()
Parameter initialisation
base_object::initializeSessionParam()
Initialisation of session-parameter
base_object::logMsg()
Log events
base_object::parseRequestURI()
Parse request URI to filter data out of it
base_object::setSessionValue()
base_object::stripslashes()
base_object::_gt()
Phrasetranslator - Fetch translation for all phrase
base_object::_gtf()
Phrasetranslator - Fetch translation of one phrase and insert variable
base_object::_gtfile()
Phrases - Locate files

Properties Summary
array   $errorlist   Error list
array   $errortypes   Error types

Method Summary
void   add()   Add error
void   clear()   Delete error list
void   set_type()   Set error type

Properties
array   $errorlist [Zeile 38]

Error list


array   $errortypes [Zeile 44]

Error types


Methods
add  [Zeile 52]

  void add( integer $id, string $msg  )

Add error

Parameters:
integer   $id:  error type
string   $msg:  error message


clear  [Zeile 59]

  void clear( )

Delete error list



set_type  [Zeile 69]

  void set_type( ? $id, string $start, string $end  )

Set error type

Parameters:
?   $id:  identification number
string   $start:  ?
string   $end:  end ?