Add since tags to class

This commit is contained in:
Lukas Reschke 2016-08-11 19:33:37 +02:00
parent c4b35dceb0
commit df3b708cec
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
3 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,9 @@
namespace OCP\Settings;
/**
* @since 9.1
*/
interface IManager {
/**
* @since 9.1.0

View File

@ -23,6 +23,9 @@
namespace OCP\Settings;
/**
* @since 9.1
*/
interface ISection {
/**
* returns the ID of the section. It is supposed to be a lower case string,

View File

@ -25,6 +25,9 @@ namespace OCP\Settings;
use OCP\AppFramework\Http\TemplateResponse;
/**
* @since 9.1
*/
interface ISettings {
/**