phpDocumentor phpDocumentor
Errors
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Class: RecordWarning

Source Location: /phpDocumentor/Errors.inc

Class RecordWarning

Class Overview

encapsulates warning information

Located in /phpDocumentor/Errors.inc [line 484]



		
		
		
		

Properties

Methods

[ Top ]
Direct descendents
Child Class Description
RecordError encapsulates error information

[ Top ]
Property Summary
string   $data   error string
string   $file   file this error occurred in
integer   $linenum   line number of the file this error occurred in
string   $num   error number
string   $type   name of global variable that descriptors for this warning/error is kept

[ Top ]
Method Summary
RecordWarning   RecordWarning()  
void   output()   prints the warning

[ Top ]
Properties
string   $data [line 505]

error string


[ Top ]
string   $file = false [line 495]

file this error occurred in


[ Top ]
integer   $linenum [line 500]

line number of the file this error occurred in


[ Top ]
string   $num [line 511]

error number

API Tags:
See:  Errors.inc


[ Top ]
string   $type = 'phpDocumentor_warning_descrip' [line 490]

name of global variable that descriptors for this warning/error is kept


Redefined in descendants as:
  • RecordError::$type : name of global variable that descriptors for this warning/error is kept

[ Top ]
Methods
Constructor RecordWarning  [line 518]

  RecordWarning RecordWarning( string $file, integer $linenum, integer $num, string $data...  )

Parameters:
string   $file:  filename this error occurred in ($file)
integer   $linenum:  line number this error occurred on ($linenum)
integer   $num:  Error number defined in Errors.inc
string   $data...:  variable number of strings, up to 4, to sprintf based on the error number


[ Top ]
output  [line 539]

  void output( [ $string = false]  )

prints the warning

Parameters:
   $string: 


Redefined in descendants as:

[ Top ]

Documentation generated on Tue, 24 Oct 2006 09:22:28 -0500 by phpDocumentor 1.3.1