Class: Error

Source Location: /Error.class.php

Class Overview [line 9]


Třída pro zaznamenání chyb, originálně vytvořena pro framework PWAPI (viz http://pwapi.broskev.cz)

Author(s):

Version:

  • 1.0

Copyright:

  • Copyright © 2005-2006, Vojtech Schlesinger

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods



Class Details

Třída pro zaznamenání chyb, originálně vytvořena pro framework PWAPI (viz http://pwapi.broskev.cz)

Tags:

[ Top ]


Class Variables

$errorData = array()

[line 15]

error things

Tags:

  • static -
  • access - public

Type: array

Overrides:

[ Top ]


Class Methods

__construct

Error __construct( )

[line 17]

Tags:

  • access - public

Parameters:

[ Top ]

getErrorData

array getErrorData( )

[line 53]

Return error data in array

Tags:

  • static -
  • access - public

Parameters:

[ Top ]

getErrorDataInString

string getErrorDataInString( )

[line 34]

Returns errors in one string

Tags:

  • static -
  • access - public

Parameters:

[ Top ]

isError

int isError( )

[line 25]

Do we have some errors? return int, but we can use it like a boolean

Tags:

  • static -
  • access - public

Parameters:

[ Top ]

setError

void setError( string $errorMessage)

[line 44]

Load new error event

Tags:

  • static -
  • access - public

Parameters:

  • string $errorMessage - error message

[ Top ]


Class Methods


Documentation generated on Thu, 12 Apr 2007 20:30:26 +0200 by phpDocumentor 1.3.0RC3