MediaWiki master
MediaWiki\Parser\BlockLevelPass Class Reference

Static Public Member Functions

static doBlockLevels ( $text, $lineStart)
 Make lists from lines starting with ':', '*', '#', etc.
 

Detailed Description

Definition at line 32 of file BlockLevelPass.php.

Member Function Documentation

◆ doBlockLevels()

static MediaWiki\Parser\BlockLevelPass::doBlockLevels ( $text,
$lineStart )
static

Make lists from lines starting with ':', '*', '#', etc.

Parameters
string$text
bool$lineStartWhether or not this is at the start of a line.
Returns
string The lists rendered as HTML
Access: internal

Definition at line 63 of file BlockLevelPass.php.


The documentation for this class was generated from the following file: