PHP Class Evernote\Model\EnmlNoteContent

Inheritance: extends Evernote\Model\NoteContent, implements Evernote\Model\NoteContentInterface
Show file Open project: evernote/evernote-cloud-sdk-php

Protected Properties

Property Type Description
$htmlConverter

Public Methods

Method Description
__construct ( $content, Evernote\Enml\Converter\HtmlConverterInterface $htmlConverter = null )
__toString ( )
getEnmlConverter ( )
getHtmlConverter ( )
toEnml ( )
toHtml ( )

Protected Methods

Method Description
addDoctypeDeclaration ( $content )
addXmlDeclaration ( $content )
hasDoctypeDeclaration ( $content )
hasXmlDeclaration ( $content )

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

addDoctypeDeclaration() protected method

protected addDoctypeDeclaration ( $content )

addXmlDeclaration() protected method

protected addXmlDeclaration ( $content )

getEnmlConverter() public method

public getEnmlConverter ( )

getHtmlConverter() public method

public getHtmlConverter ( )

hasDoctypeDeclaration() protected method

protected hasDoctypeDeclaration ( $content )

hasXmlDeclaration() protected method

protected hasXmlDeclaration ( $content )

toEnml() public method

public toEnml ( )

toHtml() public method

public toHtml ( )

Property Details

$htmlConverter protected property

protected $htmlConverter