silverstripe-blog/code/model/CategorisationObject.php

9 lines
84 B
PHP
Raw Normal View History

2015-05-10 02:33:12 +12:00
<?php
/**
* @method ManyManyList BlogPosts
*/
2015-11-21 19:17:29 +13:00
interface CategorisationObject
{
2015-05-10 02:33:12 +12:00
}