PHP 클래스 yii\apidoc\helpers\ApiMarkdownLaTeX

부터: 2.0
저자: Carsten Brandt ([email protected])
상속: extends cebe\markdown\latex\GithubMarkdown, use trait yii\apidoc\helpers\ApiMarkdownTrait
파일 보기 프로젝트 열기: yiisoft/yii2-apidoc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$renderer yii\apidoc\renderers\BaseRenderer

보호된 프로퍼티들

프로퍼티 타입 설명
$renderingContext

공개 메소드들

메소드 설명
process ( string $content, yii\apidoc\models\TypeDoc $context = null, boolean $paragraph = false ) : string Converts markdown into HTML

보호된 메소드들

메소드 설명
renderApiLink ( $block )
renderBrokenApiLink ( $block )
renderQuote ( $block ) Renders a blockquote
translateBlockType ( $type )

메소드 상세

process() 공개 정적인 메소드

Converts markdown into HTML
public static process ( string $content, yii\apidoc\models\TypeDoc $context = null, boolean $paragraph = false ) : string
$content string
$context yii\apidoc\models\TypeDoc
$paragraph boolean
리턴 string

renderQuote() 보호된 메소드

Renders a blockquote
protected renderQuote ( $block )

translateBlockType() 보호된 메소드

부터: 2.0.5
protected translateBlockType ( $type )

프로퍼티 상세

$renderer 공개적으로 정적으로 프로퍼티

public static BaseRenderer,yii\apidoc\renderers $renderer
리턴 yii\apidoc\renderers\BaseRenderer

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

protected $renderingContext