diff options
author | Andreas Jacobsen <anjac@itu.dk> | 2017-07-24 10:15:01 +0200 |
---|---|---|
committer | Andreas Jacobsen <anjac@itu.dk> | 2017-07-24 10:15:01 +0200 |
commit | 25ada8208d2c9c23e5cf6aef542f54433b6faf78 (patch) | |
tree | 10e437317b8f8d9cfd7e74b47f701313eb38567f /lib/public/Activity/IManager.php | |
parent | 35494703f32bb011e66e2a896b36a185b17e10c2 (diff) | |
parent | 118f0d2b4db296b6d4275918813f89340425a4f6 (diff) | |
download | nextcloud-server-25ada8208d2c9c23e5cf6aef542f54433b6faf78.tar.gz nextcloud-server-25ada8208d2c9c23e5cf6aef542f54433b6faf78.zip |
Merge branch 'clean-settings-layout' of https://github.com/andreasjacobsen93/server into clean-settings-layout
Diffstat (limited to 'lib/public/Activity/IManager.php')
-rw-r--r-- | lib/public/Activity/IManager.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/public/Activity/IManager.php b/lib/public/Activity/IManager.php index f5b495807c5..4cdea0e2f74 100644 --- a/lib/public/Activity/IManager.php +++ b/lib/public/Activity/IManager.php @@ -207,6 +207,18 @@ interface IManager { public function isFormattingFilteredObject(); /** + * @param bool $status Set to true, when parsing events should not use SVG icons + * @since 12.0.1 + */ + public function setRequirePNG($status); + + /** + * @return bool + * @since 12.0.1 + */ + public function getRequirePNG(); + + /** * @param string $app * @param string $text * @param array $params |