Home
last modified time | relevance | path

Searched refs:actioninstance (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/
H A Drenderer.php26 private $actioninstance;
33 $this->actioninstance = plugin_load('action', 'dw2pdf');
49 self::$header_count[1] = $this->actioninstance->getCurrentBookChapter();
92 $isnumberedheadings = $this->actioninstance->getExportConfig('headernumber');
113 $maxbookmarklevel = $this->actioninstance->getExportConfig('maxbookmarks');
248 if (in_array($link['title'], $this->actioninstance->getExportedPages())) {
29 private $actioninstance = null; global() variable in renderer_plugin_dw2pdf
/plugin/odt/renderer/
H A Dbook.php27 private $actioninstance = null; variable in renderer_plugin_odt_book
34 $this->actioninstance = plugin_load('action', 'odt_export');
133 $pages = $this->actioninstance->getExportedPages();