Property | Type | Description | |
---|---|---|---|
$bitfield | number of 1s are arbitrary | ||
$text | |||
$uid |
Method | Description | |
---|---|---|
__construct ( $text = '' ) | ||
extraEscapes ( $text ) | ||
generate ( ) | ||
parseAudio ( $text ) | ||
parseBlockSimple ( $text ) | Handles: - Centre (centre). | |
parseBox ( $text ) | ||
parseCode ( $text ) | ||
parseColour ( $text ) | ||
parseEmail ( $text ) | ||
parseInlineSimple ( $text ) | * Handles: - Bold (b) - Italic (i) - Image (img) - Strike (strike, s) - Underline (u) - Heading (heading) | |
parseLinks ( $text ) | ||
parseList ( $text ) | with phpBB original implementation. | |
parseNotice ( $text ) | ||
parseProfile ( $text ) | ||
parseQuote ( $text ) | this is quite different and much more dumb than the one in phpbb | |
parseSize ( $text ) | ||
parseSmiley ( $text ) | copied from www/forum/includes/message_parser.php#L1196 | |
parseUrl ( $text ) | ||
parseYoutube ( $text ) |
public parseInlineSimple ( $text ) |
public parseQuote ( $text ) |
public parseSmiley ( $text ) |