Home
last modified time | relevance | path

Searched refs:dbHelper (Results 1 – 7 of 7) sorted by relevance

/plugin/structpublish/action/
H A Dshow.php34 /** @var helper_plugin_structpublish_db $dbHelper */
35 $dbHelper = plugin_load('helper', 'structpublish_db');
38 !$dbHelper->isPublishable() ||
47 if (!$dbHelper->isPublisher($ID)) {
75 /** @var helper_plugin_structpublish_db $dbHelper */
76 $dbHelper = plugin_load('helper', 'structpublish_db');
79 !$dbHelper->isPublishable() ||
H A Dbanner.php13 protected $dbHelper; variable in action_plugin_structpublish_banner
37 $this->dbHelper = plugin_load('helper', 'structpublish_db');
39 if (!$this->dbHelper->isPublishable()) {
75 $this->dbHelper->checkAccess($ID)
160 $this->dbHelper->checkAccess($ID, [Constants::ACTION_APPROVE])
168 if ($this->dbHelper->checkAccess($ID, [Constants::ACTION_PUBLISH])) {
H A Dsave.php27 /** @var helper_plugin_structpublish_db $dbHelper */
28 $dbHelper = plugin_load('helper', 'structpublish_db');
35 if (!$dbHelper->isPublishable()) {
/plugin/structpublish/helper/
H A Dpublish.php16 protected $dbHelper;
20 $this->dbHelper = plugin_load('helper', 'structpublish_db');
35 if (!$this->dbHelper->checkAccess($ID, [$action])) {
73 $sqlite = $this->dbHelper->getDB();
17 protected $dbHelper; global() variable in helper_plugin_structpublish_publish
H A Dnotify.php14 protected $dbHelper; variable in helper_plugin_structpublish_notify
18 $this->dbHelper = plugin_load('helper', 'structpublish_db');
/plugin/structpublish/meta/
H A DAssignments.php83 /** @var \helper_plugin_structpublish_db $dbHelper */
84 $dbHelper = plugin_load('helper', 'structpublish_db');
85 $pids = $dbHelper->getPages();
/plugin/struct/meta/
H A DSearch.php27 protected $dbHelper; variable in dokuwiki\\plugin\\struct\\meta\\Search
69 /** @var $dbHelper */
70 $this->dbHelper = plugin_load('helper', 'struct_db');
71 $this->sqlite = $this->dbHelper->getDB();