silverstripe-blog/code/model/CategorisationObject.php

9 lines
84 B
PHP

<?php
/**
* @method ManyManyList BlogPosts
*/
interface CategorisationObject
{
}