Fix missing packages

This commit is contained in:
Damian Mooyman 2015-08-24 16:14:33 +12:00
parent 80aca3a511
commit 46180f671e
4 changed files with 15 additions and 1 deletions

View File

@ -69,6 +69,8 @@ class CMSBatchAction_Archive extends CMSBatchAction {
/** /**
* Batch restore of pages * Batch restore of pages
* @package cms
* @subpackage batchaction
*/ */
class CMSBatchAction_Restore extends CMSBatchAction { class CMSBatchAction_Restore extends CMSBatchAction {

View File

@ -229,8 +229,11 @@ abstract class CMSSiteTreeFilter extends Object implements LeftAndMain_SearchFil
* pages that is currently published. * pages that is currently published.
* *
* Note that this does not check canView permissions that might hide pages from certain visitors * Note that this does not check canView permissions that might hide pages from certain visitors
*
* @package cms
* @subpackage content
*/ */
class CMSSIteTreeFilter_PublishedPages extends CMSSiteTreeFilter { class CMSSiteTreeFilter_PublishedPages extends CMSSiteTreeFilter {
/** /**
* @return string * @return string

View File

@ -2,6 +2,9 @@
/** /**
* @todo Cleanup, refactor, test this class * @todo Cleanup, refactor, test this class
*
* @package cms
* @subpackage model
*/ */
class SiteTreeFolderExtension extends DataExtension { class SiteTreeFolderExtension extends DataExtension {

View File

@ -1,4 +1,10 @@
<?php <?php
/**
* @package cms
* @subpackage model
*/
/** /**
* Adds tracking of links in any HTMLText fields which reference SiteTree or File items. * Adds tracking of links in any HTMLText fields which reference SiteTree or File items.
* *