프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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. |
public DoAttachment ( $bbcode, $action, $name, $default, $params, $content ) |
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 |
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 |