Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

Commit

Permalink
MINOR Class headers for CollectionController
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Oct 10, 2008
1 parent 99ff350 commit 9e25de1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions code/CollectionController.php
@@ -1,7 +1,8 @@
<?php
/**
* @package sapphire
* @subpackage control
* @package genericviews
* @author Ingo Schommer, SilverStripe Ltd. (<firstname>@silverstripe.com)
* @author Sam Minnée, SilverStripe Ltd. (<firstname>@silverstripe.com)
*/
abstract class CollectionController extends Controller {

Expand Down
5 changes: 3 additions & 2 deletions code/RecordController.php
@@ -1,7 +1,8 @@
<?php
/**
* @package sapphire
* @subpackage control
* @package genericviews
* @author Ingo Schommer, SilverStripe Ltd. (<firstname>@silverstripe.com)
* @author Sam Minnée, SilverStripe Ltd. (<firstname>@silverstripe.com)
*/
class RecordController extends Controller {
protected $parentController;
Expand Down

0 comments on commit 9e25de1

Please sign in to comment.