silverstripe-contentreview/code/extensions/ContentReviewOwner.php
2014-02-19 09:51:54 +13:00

18 lines
240 B
PHP

<?php
/**
* Description of GroupContentReview
*
* @codeCoverageIgnore
*/
class ContentReviewOwner extends DataExtension {
/**
*
* @var array
*/
private static $many_many = array(
"SiteTreeContentReview" => "SiteTree"
);
}