MINOR Updated SSReport class documentation to make sense

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63959 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-09 02:53:05 +00:00
parent c784fdc875
commit ab6a3eae72

View File

@ -15,9 +15,10 @@
* such as a ComplexTableField, or TableListField. This
* is the "meat" of the report, as it's designed to
* show the actual data for the function of the report.
* For example, if this was an order that should show
* For example, if this was a report that should show
* all orders that aren't printed, then it would show
* a TableListField with the filter "Unprinted = 1".
* a TableListField listing orders that have the property
* "Unprinted = 1".
*
* @see ReportAdmin for where SSReport instances are
* used in the CMS.