PHP 클래스 Natika\Markdown\Markdown

파일 보기 프로젝트 열기: asika32764/natika 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$markdown Parsedown Property markdown.

공개 메소드들

메소드 설명
getMarkdown ( ) : Parsedown Method to get property Markdown
render ( string $txt ) : string render
setMarkdown ( mixed $markdown ) : void Method to set property markdown

메소드 상세

getMarkdown() 공개 정적인 메소드

Method to get property Markdown
public static getMarkdown ( ) : Parsedown
리턴 Parsedown

render() 공개 정적인 메소드

render
public static render ( string $txt ) : string
$txt string
리턴 string

setMarkdown() 공개 정적인 메소드

Method to set property markdown
public static setMarkdown ( mixed $markdown ) : void
$markdown mixed
리턴 void

프로퍼티 상세

$markdown 보호되어 있는 정적으로 프로퍼티

Property markdown.
protected static Parsedown $markdown
리턴 Parsedown