ErrorTrackercontains all the errors/warnings
Located in /phpDocumentor/Errors.inc (line 894)
		
			string
			$curfile
			 =  ''			(line 909)
		
	
		
			array
			$errors
			 = array()			(line 900)
		
	array of RecordErrors
		
			integer|false
			$lasterror
			 =  false			(line 919)
		
	index in $errors of last error triggered
		
			integer|false
			$lastwarning
			 =  false			(line 925)
		
	index in $warnings of last warning triggered
		
			integer
			$linenum
			 =  0			(line 913)
		
	
		
			array
			$warnings
			 = array()			(line 905)
		
	array of RecordWarnings
add a new error to the $errors array
add a new error to the $errors array and returns the error string
add a new warning to the $warnings array
This function subscribes to two events in the Parser in order to keep track of line number information and file name.
Get sorted array of all non-fatal errors in parsing/conversion
Get the warning message of the last warning
Get sorted array of all warnings in parsing/conversion
Documentation generated on Mon, 05 Dec 2011 21:37:40 -0600 by phpDocumentor 1.4.4