Signed-off-by: Joas Schilling <coding@schilljs.com>
/** @var int */
protected $formattingObjectId;
+ /** @var bool */
+ protected $requirePNG;
+
/** @var string */
protected $currentUserId;
&& $this->formattingObjectId === $this->request->getParam('object_id');
}
+ /**
+ * @param bool $status Set to true, when parsing events should not use SVG icons
+ */
+ public function setRequirePNG($status) {
+ $this->requirePNG = $status;
+ }
+
+ /**
+ * @return bool
+ */
+ public function getRequirePNG() {
+ return $this->requirePNG;
+ }
+
/**
* @param string $app
* @param string $text
*/
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