MediaWiki REL1_32
|
Class allowing to explore structure of parsed wikitext. More...
Public Member Functions | |
__construct (ParserOutput $parserOutput) | |
getAuxiliaryText () | |
Get auxiliary text. | |
getDefaultSort () | |
Get the defaultsort property. | |
getMainText () | |
Get main text. | |
getOpeningText () | |
Get opening text. | |
headings () | |
Get headings on the page. | |
Static Public Member Functions | |
static | parseSettingsInMessage ( $message) |
Parse a message content into an array. | |
Private Member Functions | |
extractHeadingBeforeFirstHeading ( $text) | |
Get text before first heading. | |
extractWikitextParts () | |
Extract parts of the text - opening, main and auxiliary. | |
getIgnoredHeadings () | |
Get list of heading to ignore. | |
Private Attributes | |
string | $allText |
string[] | $auxiliaryElementSelectors |
selectors to elements that are considered auxiliary to article text for search | |
string[] | $auxText = [] |
string[] | $excludedElementSelectors |
selectors to elements that are excluded entirely from search | |
string | $openingText |
ParserOutput | $parserOutput |
Class allowing to explore structure of parsed wikitext.
Definition at line 8 of file WikiTextStructure.php.
WikiTextStructure::__construct | ( | ParserOutput | $parserOutput | ) |
ParserOutput | $parserOutput |
Definition at line 66 of file WikiTextStructure.php.
References $parserOutput.
|
private |
Get text before first heading.
string | $text |
Definition at line 187 of file WikiTextStructure.php.
References $matches.
Referenced by extractWikitextParts().
|
private |
Extract parts of the text - opening, main and auxiliary.
Definition at line 147 of file WikiTextStructure.php.
References as, and extractHeadingBeforeFirstHeading().
Referenced by getAuxiliaryText(), getMainText(), and getOpeningText().
WikiTextStructure::getAuxiliaryText | ( | ) |
Get auxiliary text.
Definition at line 238 of file WikiTextStructure.php.
References $auxText, and extractWikitextParts().
WikiTextStructure::getDefaultSort | ( | ) |
Get the defaultsort property.
Definition at line 247 of file WikiTextStructure.php.
|
private |
Get list of heading to ignore.
Definition at line 127 of file WikiTextStructure.php.
References $lines, $source, parseSettingsInMessage(), and wfMessage().
Referenced by headings().
WikiTextStructure::getMainText | ( | ) |
Get main text.
Definition at line 229 of file WikiTextStructure.php.
References $allText, and extractWikitextParts().
WikiTextStructure::getOpeningText | ( | ) |
Get opening text.
Definition at line 220 of file WikiTextStructure.php.
References $openingText, and extractWikitextParts().
WikiTextStructure::headings | ( | ) |
Get headings on the page.
Definition at line 83 of file WikiTextStructure.php.
References as, and getIgnoredHeadings().
|
static |
Parse a message content into an array.
This function is generally used to parse settings stored as i18n messages (see search-ignored-headings).
string | $message |
Definition at line 115 of file WikiTextStructure.php.
References $lines.
Referenced by getIgnoredHeadings().
|
private |
Definition at line 16 of file WikiTextStructure.php.
Referenced by getMainText().
|
private |
selectors to elements that are considered auxiliary to article text for search
Definition at line 50 of file WikiTextStructure.php.
|
private |
Definition at line 20 of file WikiTextStructure.php.
Referenced by getAuxiliaryText().
|
private |
selectors to elements that are excluded entirely from search
Definition at line 29 of file WikiTextStructure.php.
|
private |
Definition at line 12 of file WikiTextStructure.php.
Referenced by getOpeningText().
|
private |
Definition at line 24 of file WikiTextStructure.php.
Referenced by __construct().