PHP 클래스 League\CommonMark\Inline\Parser\EmphasisParser

상속: extends League\CommonMark\Inline\Parser\AbstractInlineParser, implements League\CommonMark\EnvironmentAwareInterface
파일 보기 프로젝트 열기: colinodell/commonmark-php

보호된 프로퍼티들

프로퍼티 타입 설명
$config

공개 메소드들

메소드 설명
__construct ( array $newConfig = [] )
getCharacters ( ) : string[]
parse ( InlineParserContext $inlineContext ) : boolean
setEnvironment ( Environment $environment )

비공개 메소드들

메소드 설명
determineCanOpenOrClose ( string $charBefore, string $charAfter, string $character ) : bool[]

메소드 상세

__construct() 공개 메소드

public __construct ( array $newConfig = [] )
$newConfig array

getCharacters() 공개 메소드

public getCharacters ( ) : string[]
리턴 string[]

parse() 공개 메소드

public parse ( InlineParserContext $inlineContext ) : boolean
$inlineContext League\CommonMark\InlineParserContext
리턴 boolean

setEnvironment() 공개 메소드

public setEnvironment ( Environment $environment )
$environment League\CommonMark\Environment

프로퍼티 상세

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

protected $config