mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed @package declarations
This commit is contained in:
parent
b78b1309c9
commit
1225426e75
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Anything that implements HiddenClass won't be shown in user-interface elements. For example,
|
||||
* DataObjects that implement HiddenClass won't be showing in the "new page" dropdown.
|
||||
* @package cms
|
||||
* @package sapphire
|
||||
*/
|
||||
interface HiddenClass {
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
* @todo Character conversion
|
||||
*
|
||||
* @see http://rfc.net/rfc4180.html
|
||||
* @package cms
|
||||
* @package sapphire
|
||||
* @subpackage bulkloading
|
||||
* @author Ingo Schommer, Silverstripe Ltd. (<firstname>@silverstripe.com)
|
||||
*/
|
||||
@ -260,7 +260,7 @@ abstract class BulkLoader extends ViewableData {
|
||||
*
|
||||
* @todo Refactor to support lazy-loaded DataObjectSets once they are implemented.
|
||||
*
|
||||
* @package cms
|
||||
* @package sapphire
|
||||
* @subpackage bulkloading
|
||||
* @author Ingo Schommer, Silverstripe Ltd. (<firstname>@silverstripe.com)
|
||||
*/
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Uses the fgetcsv() function to process CSV input. Accepts a file-handler as input.
|
||||
*
|
||||
* @see http://rfc.net/rfc4180.html
|
||||
* @package cms
|
||||
* @package sapphire
|
||||
* @subpackage bulkloading
|
||||
* @author Ingo Schommer, Silverstripe Ltd. (<myfirstname>@silverstripe.com)
|
||||
*
|
||||
|
@ -3,7 +3,7 @@
|
||||
* The Notifications class allows you to create email notifications for various events.
|
||||
* It lets your scripts generate a number of notifications, and delay sending of the emails until
|
||||
* the end of execution, so that multiple notifications can collated together
|
||||
* @package cms
|
||||
* @package sapphire
|
||||
*/
|
||||
class Notifications extends Object {
|
||||
protected static $events = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user