Browse Source
Add methods to public interface
remotes/origin/introduce-core-app
Joas Schilling
10 years ago
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
1 changed files with
12 additions and
0 deletions
-
lib/public/IServerContainer.php
|
|
|
@ -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(); |
|
|
|
} |