mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
9 lines
85 B
PHP
9 lines
85 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @method ManyManyList BlogPosts
|
||
|
*/
|
||
|
interface CategorisationObject {
|
||
|
|
||
|
}
|