anounce CommentsManager getter in public server interface

This commit is contained in:
Arthur Schiwon 2015-12-08 14:57:55 +01:00
parent 0c1c029571
commit dec1f1d24a
1 changed files with 6 additions and 0 deletions

View File

@ -471,6 +471,12 @@ interface IServerContainer {
*/
public function getNotificationManager();
/**
* @return \OCP\Comments\ICommentsManager
* @since 9.0.0
*/
public function getCommentsManager();
/**
* Returns the system-tag manager
*