PrintSpecs (not standardized)
PrintSpecs ( )
Description
Prints out the current values of the query conditions used to generate a fee item by ItemValue. This is used to verify that the class returned the correct amounts.
This method (it echoes a table, which limits formatting) is not standardized because it was designed to suit a specific application. It can be overridden by an inheriting class or a similar method might be written as a substitute or simply ignored, if it is not desired.
However aside the issue of echoing instead of returning a value, the method works perfectly fine.