API Apply SilverStripe\ORM namespace

This commit is contained in:
Damian Mooyman 2016-06-16 17:06:51 +12:00
parent 1890c208e3
commit ab81961115
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
3 changed files with 59 additions and 50 deletions

View File

@ -1,4 +1,8 @@
<?php
use SilverStripe\ORM\ArrayList;
use SilverStripe\ORM\SS_List;
/**
* Base "abstract" class creating reports on your data.
*

View File

@ -1,4 +1,7 @@
<?php
use SilverStripe\ORM\ArrayList;
/**
* Reports section of the CMS.
*

View File

@ -1,5 +1,7 @@
<?php
use SilverStripe\ORM\ArrayList;
/**
* @package reports
* @subpackage tests