Inherited Methods
Class: RecordWarning
- RecordWarning::RecordWarning()
- Constructor
- RecordWarning::output()
- prints the warning
Class Details
encapsulates error information
Tags:
- author - Greg Beaver <[email protected]>
- version - Release: @VER@
- copyright - 2001-2008 Gregory Beaver
- link - http://pear.php.net/PhpDocumentor
- link - http://www.phpdoc.org
- todo - CS cleanup - change package to PhpDocumentor
- license - LGPL
[ Top ]
Class Variables
$type = 'phpDocumentor_error_descrip'
[line 849]
name of global variable that descriptors for this warning/error is kept
Type: string
Overrides: Array
[ Top ]
Class Methods
output
string output(
[string
$string = false])
[line 858]
prints the error
Overrides RecordWarning::output() (prints the warning)
Parameters:
- string $string - the error to print
[ Top ]