PHP 클래스 League\CommonMark\Block\Renderer\HtmlBlockRenderer

상속: implements League\CommonMark\Block\Renderer\BlockRendererInterface
파일 보기 프로젝트 열기: colinodell/commonmark-php

보호된 프로퍼티들

프로퍼티 타입 설명
$config League\CommonMark\Util\Configuration

공개 메소드들

메소드 설명
render ( AbstractBlock $block, League\CommonMark\ElementRendererInterface $htmlRenderer, boolean $inTightList = false ) : string
setConfiguration ( Configuration $configuration )

메소드 상세

render() 공개 메소드

public render ( AbstractBlock $block, League\CommonMark\ElementRendererInterface $htmlRenderer, boolean $inTightList = false ) : string
$block League\CommonMark\Block\Element\AbstractBlock
$htmlRenderer League\CommonMark\ElementRendererInterface
$inTightList boolean
리턴 string

setConfiguration() 공개 메소드

public setConfiguration ( Configuration $configuration )
$configuration League\CommonMark\Util\Configuration

프로퍼티 상세

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

protected Configuration,League\CommonMark\Util $config
리턴 League\CommonMark\Util\Configuration