Home
last modified time | relevance | path

Searched refs:saveRevision (Results 1 – 5 of 5) sorted by relevance

/plugin/structpublish/_test/
H A Drevision.test.php80 $helper->saveRevision(Constants::ACTION_APPROVE);
87 $helper->saveRevision(Constants::ACTION_PUBLISH, '1');
102 $helper->saveRevision(Constants::ACTION_PUBLISH, '2');
/plugin/structpublish/action/
H A Dpublish.php41 $newRevision = $helper->saveRevision(key($in), $INPUT->str('version'));
/plugin/renderrevisions/helper/
H A Dstorage.php35 public function saveRevision($id, $rev, $content) function in helper_plugin_renderrevisions_storage
/plugin/structpublish/helper/
H A Dpublish.php31 public function saveRevision($action, $newversion = '') function in helper_plugin_structpublish_publish
/plugin/renderrevisions/action/
H A Dsave.php119 $storage->saveRevision($ID, filemtime(wikiFN($ID)), $xhtml);