silverstripe-blog/code/model/CategorisationObject.php

9 lines
84 B
PHP
Raw Normal View History

2015-05-09 16:33:12 +02:00
<?php
/**
* @method ManyManyList BlogPosts
*/
2015-11-21 07:17:29 +01:00
interface CategorisationObject
{
2015-05-09 16:33:12 +02:00
}