Home
last modified time | relevance | path

Searched refs:getDraftMessage (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Ui/
H A DPageDraft.php45 $form->addHTML($draft->getDraftMessage());
H A DEditor.php176 echo $draft->getDraftMessage();
/dokuwiki/inc/
H A DDraft.php143 public function getDraftMessage()
140 public function getDraftMessage() global() function in dokuwiki\\Draft
H A DAjax.php158 $response['draft'] = $draft->getDraftMessage();