mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add methods to public interface
This commit is contained in:
parent
6ab004fac1
commit
61ce4f4ef3
1 changed files with 12 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue