Browse Source

Add methods to public interface

remotes/origin/introduce-core-app
Joas Schilling 10 years ago
parent
commit
61ce4f4ef3
No known key found for this signature in database GPG Key ID: 70A0B324C41C0946
  1. 12
      lib/public/IServerContainer.php

12
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();
}
Loading…
Cancel
Save