MINOR phpdoc documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@73508 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-03-22 22:58:18 +00:00
parent 893df91e33
commit c66ebfaeb8
4 changed files with 16 additions and 3 deletions

View File

@ -26,6 +26,7 @@
* @uses SearchContext
*
* @package cms
* @subpackage core
*/
abstract class ModelAdmin extends LeftAndMain {
@ -250,6 +251,8 @@ abstract class ModelAdmin extends LeftAndMain {
/**
* Handles a managed model class and provides default collection filtering behavior.
*
* @package cms
* @subpackage core
*/
class ModelAdmin_CollectionController extends Controller {
public $parentController;
@ -758,6 +761,8 @@ class ModelAdmin_CollectionController extends Controller {
/**
* Handles operations on a single record from a managed model.
*
* @package cms
* @subpackage core
* @todo change the parent controller varname to indicate the model scaffolding functionality in ModelAdmin
*/
class ModelAdmin_RecordController extends Controller {

View File

@ -1,6 +1,8 @@
<?php
/**
* @package cms
* @subpackage tasks
*
* @todo Make this use the Task interface once it gets merged back into trunk
*/
class RebuildStaticCacheTask extends Controller {

View File

@ -1,5 +1,8 @@
<?php
/**
* @package cms
* @subpackage tests
*/
class CMSMainTest extends SapphireTest {
static $fixture_file = 'cms/tests/CMSMainTest.yml';

View File

@ -1,5 +1,8 @@
<?php
/**
* @package cms
* @subpackage tests
*/
class SecurityAdminTest extends FunctionalTest {
static $fixture_file = 'cms/tests/CMSMainTest.yml';