PHP 클래스 League\HTMLToMarkdown\Converter\ParagraphConverter

상속: implements League\HTMLToMarkdown\Converter\ConverterInterface
파일 보기 프로젝트 열기: nickcernis/html-to-markdown

공개 메소드들

메소드 설명
convert ( League\HTMLToMarkdown\ElementInterface $element ) : string
getSupportedTags ( ) : string[]

비공개 메소드들

메소드 설명
escapeFirstCharacters ( string $line ) : string
escapeOtherCharacters ( string $line ) : string
escapeOtherCharactersRegex ( string $line ) : string
escapeSpecialCharacters ( string $line ) : string

메소드 상세

convert() 공개 메소드

public convert ( League\HTMLToMarkdown\ElementInterface $element ) : string
$element League\HTMLToMarkdown\ElementInterface
리턴 string

getSupportedTags() 공개 메소드

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