PHP 클래스 App\Libraries\BBCodeForDB

파일 보기 프로젝트 열기: ppy/osu-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$bitfield number of 1s are arbitrary
$text
$uid

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

public __construct ( $text = '' )

extraEscapes() 공개 메소드

public extraEscapes ( $text )

generate() 공개 메소드

public generate ( )

parseAudio() 공개 메소드

public parseAudio ( $text )

parseBlockSimple() 공개 메소드

Handles: - Centre (centre).
public parseBlockSimple ( $text )

parseBox() 공개 메소드

public parseBox ( $text )

parseCode() 공개 메소드

public parseCode ( $text )

parseColour() 공개 메소드

public parseColour ( $text )

parseEmail() 공개 메소드

public parseEmail ( $text )

parseInlineSimple() 공개 메소드

* Handles: - Bold (b) - Italic (i) - Image (img) - Strike (strike, s) - Underline (u) - Heading (heading)
public parseInlineSimple ( $text )

parseList() 공개 메소드

with phpBB original implementation.
public parseList ( $text )

parseNotice() 공개 메소드

public parseNotice ( $text )

parseProfile() 공개 메소드

public parseProfile ( $text )

parseQuote() 공개 메소드

this is quite different and much more dumb than the one in phpbb
public parseQuote ( $text )

parseSize() 공개 메소드

public parseSize ( $text )

parseSmiley() 공개 메소드

copied from www/forum/includes/message_parser.php#L1196
public parseSmiley ( $text )

parseUrl() 공개 메소드

public parseUrl ( $text )

parseYoutube() 공개 메소드

public parseYoutube ( $text )

프로퍼티 상세

$bitfield 공개적으로 프로퍼티

number of 1s are arbitrary
public $bitfield

$text 공개적으로 프로퍼티

public $text

$uid 공개적으로 프로퍼티

public $uid