Pimcore\Model\Document\Tag\Wysiwyg::getCacheTags PHP Метод

getCacheTags() публичный Метод

public getCacheTags ( $ownerDocument, array $blockedTags = [] ) : array
$ownerDocument
$blockedTags array
Результат array
    public function getCacheTags($ownerDocument, $blockedTags = [])
    {
        return Text::getCacheTagsOfWysiwygText($this->text, $blockedTags);
    }