|
|
| |
File: c:/www/apache/doc2//form/form_error.inc
PHPLib Form Rewrite 2001/03/01 -
form_error
form_error
Container for all kind of form errors.
|
private class form_error
Container for all kind of form errors.
| Authors | Ulf Wendel <ulf.wendel@phpdoc.de> |
| Version | $Id: form_error.inc,v 1.2 2000/12/12 01:37:44 uw Exp $ |
|
| |
|
|
|
Private Field Summary |
| string |
$messageError message. |
| string |
$fileFile where the error occured. |
| integer |
$lineLine number where the error occured. |
|
Public Method Details |
form_error |
|
public void form_error( string $message, [ string $file, integer $line ] )
|
| |
Takes the error message, the filename and the line number.
|
| Parameter |
|
|
|
|
|
|
| Returns |
void |
|
|
Private Field Details |
$message |
|
private string $message
>>""<<
Error message.
|
|
$file |
|
private string $file
>>""<<
File where the error occured.
|
|
$line |
|
private integer $line
>>-1<<
Line number where the error occured.
|
|
|
|
|
|
| PHPDoc 1.0beta |