Exemplo n.º 1
0
 /**
  * @param $ownerDocument
  * @param array $blockedTags
  */
 public function getCacheTags($ownerDocument, $blockedTags = array())
 {
     return Pimcore_Tool_Text::getCacheTagsOfWysiwygText($this->text, $blockedTags);
 }
Exemplo n.º 2
0
 /**
  * @param mixed $data
  * @param Object_Concrete $ownerObject
  * @param array $blockedTags
  */
 public function getCacheTags($data, $ownerObject, $tags = array())
 {
     return Pimcore_Tool_Text::getCacheTagsOfWysiwygText($data, $tags);
 }