Метод | Описание | |
---|---|---|
convertToUTF8 ( $text ) : string | ||
detectEncoding ( $text ) : string | ||
getCacheTagsOfWysiwygText ( $text, array $tags = [] ) : array | ||
getDependenciesOfWysiwygText ( string $text ) : array | extracts all dependencies to other elements from wysiwyg text | |
getElementsInWysiwyg ( $text ) : array | ||
getElementsTagsInWysiwyg ( string $text ) : array | ||
removeLineBreaks ( string $text = "" ) : mixed | string | ||
replaceWysiwygTextRelationIds ( array $idMapping, string $text ) : mixed | ||
wysiwygText ( $text ) : mixed |
public static convertToUTF8 ( $text ) : string | ||
$text | ||
Результат | string |
public static detectEncoding ( $text ) : string | ||
$text | ||
Результат | string |
public static getCacheTagsOfWysiwygText ( $text, array $tags = [] ) : array | ||
$text | ||
$tags | array | |
Результат | array |
public static getDependenciesOfWysiwygText ( string $text ) : array | ||
$text | string | |
Результат | array |
public static getElementsInWysiwyg ( $text ) : array | ||
$text | ||
Результат | array |
public static getElementsTagsInWysiwyg ( string $text ) : array | ||
$text | string | |
Результат | array |
public static wysiwygText ( $text ) : mixed | ||
$text | ||
Результат | mixed |