Method |
Description |
|
ConvertHtmlToListOfWords ( $characterString ) |
|
|
Explode ( $value ) |
|
|
ExtractConsecutiveWords ( &$words, $condition ) |
|
|
FindMatch ( $startInOld, $endInOld, $startInNew, $endInNew ) |
|
|
FindMatchingBlocks ( $startInOld, $endInOld, $startInNew, $endInNew, &$matchingBlocks ) |
|
|
IndexNewWords ( ) |
|
|
InsertTag ( $tag, $cssClass, &$words ) |
|
|
IsAlphaNum ( $value ) |
|
|
IsClosingTag ( $item ) |
|
|
IsEndOfTag ( $val ) |
|
|
IsOpeningTag ( $item ) |
|
|
IsStartOfTag ( $val ) |
|
|
IsTag ( $item ) |
|
|
IsWhiteSpace ( $value ) |
|
|
MatchingBlocks ( ) |
|
|
Operations ( ) |
|
|
PerformOperation ( $operation ) |
|
|
ProcessDeleteOperation ( $operation, $cssClass ) |
|
|
ProcessEqualOperation ( $operation ) |
|
|
ProcessInsertOperation ( $operation, $cssClass ) |
|
|
ProcessReplaceOperation ( $operation ) |
|
|
SplitInputsToWords ( ) |
|
|
StripTagAttributes ( $word ) |
|
|
WrapText ( $text, $tagName, $cssClass ) |
|
|
checkCondition ( $word, $condition ) |
|
|
getStringBetween ( $str, $start, $end ) |
|
|
purifyHtml ( $html, $tags = null ) |
|
|