PHP 클래스 Evernote\Model\EnmlNoteContent

상속: extends Evernote\Model\NoteContent, implements Evernote\Model\NoteContentInterface
파일 보기 프로젝트 열기: evernote/evernote-cloud-sdk-php

보호된 프로퍼티들

프로퍼티 타입 설명
$htmlConverter

공개 메소드들

메소드 설명
__construct ( $content, Evernote\Enml\Converter\HtmlConverterInterface $htmlConverter = null )
__toString ( )
getEnmlConverter ( )
getHtmlConverter ( )
toEnml ( )
toHtml ( )

보호된 메소드들

메소드 설명
addDoctypeDeclaration ( $content )
addXmlDeclaration ( $content )
hasDoctypeDeclaration ( $content )
hasXmlDeclaration ( $content )

메소드 상세

__construct() 공개 메소드

public __construct ( $content, Evernote\Enml\Converter\HtmlConverterInterface $htmlConverter = null )
$htmlConverter Evernote\Enml\Converter\HtmlConverterInterface

__toString() 공개 메소드

public __toString ( )

addDoctypeDeclaration() 보호된 메소드

protected addDoctypeDeclaration ( $content )

addXmlDeclaration() 보호된 메소드

protected addXmlDeclaration ( $content )

getEnmlConverter() 공개 메소드

public getEnmlConverter ( )

getHtmlConverter() 공개 메소드

public getHtmlConverter ( )

hasDoctypeDeclaration() 보호된 메소드

protected hasDoctypeDeclaration ( $content )

hasXmlDeclaration() 보호된 메소드

protected hasXmlDeclaration ( $content )

toEnml() 공개 메소드

public toEnml ( )

toHtml() 공개 메소드

public toHtml ( )

프로퍼티 상세

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

protected $htmlConverter