PHP 클래스 NBBCPlugin, addons

상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/addons 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$Class

보호된 프로퍼티들

프로퍼티 타입 설명
$_Media
$_NBBC

공개 메소드들

메소드 설명
DoAttachment ( $bbcode, $action, $name, $default, $params, $content ) METHODS ///
DoImage ( $bbcode, $action, $name, $default, $params, $content )
DoQuote ( $bbcode, $action, $name, $default, $params, $content )
DoURL ( $bbcode, $action, $name, $default, $params, $content )
DoVideo ( $bbcode, $action, $name, $default, $params, $content )
DoYoutube ( $bbcode, $action, $name, $default, $params, $content )
Format ( $Result )
Media ( )
NBBC ( ) : BBCode
RemoveAttachment ( )
Setup ( )
__construct ( $Class = 'BBCode' ) CONSTRUCTOR ///
doSize ( object $bbCode, integer $action, string $name, string $default, array $params, string $content ) : string Perform formatting against a string for the size tag
doSpoiler ( object $bbCode, integer $action, string $name, string $default, array $params, string $content ) : string Renders spoilers.

메소드 상세

DoAttachment() 공개 메소드

METHODS ///
public DoAttachment ( $bbcode, $action, $name, $default, $params, $content )

DoImage() 공개 메소드

public DoImage ( $bbcode, $action, $name, $default, $params, $content )

DoQuote() 공개 메소드

public DoQuote ( $bbcode, $action, $name, $default, $params, $content )

DoURL() 공개 메소드

public DoURL ( $bbcode, $action, $name, $default, $params, $content )

DoVideo() 공개 메소드

public DoVideo ( $bbcode, $action, $name, $default, $params, $content )

DoYoutube() 공개 메소드

public DoYoutube ( $bbcode, $action, $name, $default, $params, $content )

Format() 공개 메소드

public Format ( $Result )

Media() 공개 메소드

public Media ( )

NBBC() 공개 메소드

public NBBC ( ) : BBCode
리턴 BBCode

RemoveAttachment() 공개 메소드

public RemoveAttachment ( )

Setup() 공개 메소드

public Setup ( )

__construct() 공개 메소드

CONSTRUCTOR ///
public __construct ( $Class = 'BBCode' )

doSize() 공개 메소드

Perform formatting against a string for the size tag
public doSize ( object $bbCode, integer $action, string $name, string $default, array $params, string $content ) : string
$bbCode object Instance of NBBC parsing
$action integer Value of one of NBBC's defined constants. Typically, this will be BBCODE_CHECK.
$name string Name of the tag
$default string Value of the _default parameter, from the $params array
$params array A standard set parameters related to the tag
$content string Value between the open and close tags, if any
리턴 string Formatted value

doSpoiler() 공개 메소드

Renders spoilers.
public doSpoiler ( object $bbCode, integer $action, string $name, string $default, array $params, string $content ) : string
$bbCode object Instance of NBBC parsing
$action integer Value of one of NBBC's defined constants. Typically, this will be BBCODE_CHECK.
$name string Name of the tag
$default string Value of the _default parameter, from the $params array
$params array A standard set parameters related to the tag
$content string Value between the open and close tags, if any
리턴 string HTML-formatted spoiler value

프로퍼티 상세

$Class 공개적으로 프로퍼티

public $Class

$_Media 보호되어 있는 프로퍼티

protected $_Media

$_NBBC 보호되어 있는 프로퍼티

protected $_NBBC