Evernote\Model\EnmlNoteContent::addDoctypeDeclaration PHP Method

addDoctypeDeclaration() protected method

protected addDoctypeDeclaration ( $content )
    protected function addDoctypeDeclaration($content)
    {
        return <<<ENML
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
<en-note>{$content}</en-note>
ENML;
    }