mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
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:
parent
c784fdc875
commit
ab6a3eae72
@ -15,9 +15,10 @@
|
|||||||
* such as a ComplexTableField, or TableListField. This
|
* such as a ComplexTableField, or TableListField. This
|
||||||
* is the "meat" of the report, as it's designed to
|
* is the "meat" of the report, as it's designed to
|
||||||
* show the actual data for the function of the report.
|
* 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
|
* 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
|
* @see ReportAdmin for where SSReport instances are
|
||||||
* used in the CMS.
|
* used in the CMS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user