silverstripe-blog/src/Model/CategorisationObject.php

12 lines
121 B
PHP
Raw Permalink Normal View History

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