Add methods to public interface

This commit is contained in:
Joas Schilling 2016-05-03 10:30:15 +02:00
parent 6ab004fac1
commit 61ce4f4ef3
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with 12 additions and 0 deletions

View File

@ -519,4 +519,16 @@ interface IServerContainer {
* @since 9.0.0
*/
public function getContentSecurityPolicyManager();
/**
* @return \OCP\IDateTimeZone
* @since 8.0.0
*/
public function getDateTimeZone();
/**
* @return \OCP\IDateTimeFormatter
* @since 8.0.0
*/
public function getDateTimeFormatter();
}