Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Represents single word for html comparison. More...
Public Member Functions | |
__construct ($word, $start) | |
ouwiki_word ($word, $start) | |
Old syntax of class constructor. | |
Public Attributes | |
$start | |
Start position in original xhtml. | |
$word | |
Word as plain string. | |
Represents single word for html comparison.
Note that words are just chunks of plain text and may not be actual words; they could include punctuation or (if there was e.g. a span in the middle of something) even be part-words.
ouwiki_word::ouwiki_word | ( | $word, | |
$start ) |