From 8b194ab6274b6b9a3967a6174d48354588d73538 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 9 Oct 2008 05:54:55 +0000 Subject: [PATCH] MINOR Documentation git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63985 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/ReportAdmin.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/ReportAdmin.php b/code/ReportAdmin.php index 9f492b40..46e57055 100755 --- a/code/ReportAdmin.php +++ b/code/ReportAdmin.php @@ -3,7 +3,10 @@ * Reports section of the CMS. * * All reports that should show in the ReportAdmin section - * of the CMS need to subclass {@link SSReport}. + * of the CMS need to subclass {@link SSReport}, and implement + * the appropriate methods and variables that are required. + * + * @see SSReport * * @package cms * @subpackage reports