mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
FIX namespaces in docs
This commit is contained in:
parent
a58416b6f6
commit
ab0b3d8a2f
@ -130,7 +130,7 @@ class Report extends ViewableData
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the {@link SQLQuery} that provides your report data.
|
||||
* Return the {@link SilverStripe\ORM\Queries\SQLSelect} that provides your report data.
|
||||
*/
|
||||
public function sourceQuery($params)
|
||||
{
|
||||
|
@ -24,7 +24,7 @@ use SilverStripe\View\Requirements;
|
||||
* Reports section of the CMS.
|
||||
*
|
||||
* All reports that should show in the ReportAdmin section
|
||||
* of the CMS need to subclass {@link SS_Report}, and implement
|
||||
* of the CMS need to subclass {@link SilverStripe\Reports\Report}, and implement
|
||||
* the appropriate methods and variables that are required.
|
||||
*/
|
||||
class ReportAdmin extends LeftAndMain implements PermissionProvider
|
||||
@ -71,7 +71,7 @@ class ReportAdmin extends LeftAndMain implements PermissionProvider
|
||||
/**
|
||||
* Does the parent permission checks, but also
|
||||
* makes sure that instantiatable subclasses of
|
||||
* {@link Report} exist. By default, the CMS doesn't
|
||||
* {@link SilverStripe\Reports\Report} exist. By default, the CMS doesn't
|
||||
* include any Reports, so there's no point in showing
|
||||
*
|
||||
* @param Member $member
|
||||
|
Loading…
Reference in New Issue
Block a user