Home
last modified time | relevance | path

Searched refs:isHiddenForUser (Results 1 – 3 of 3) sorted by relevance

/plugin/publish/action/
Dhide.php31 if (!$this->hlp->isHiddenForUser()) {
48 if (!$this->hlp->isHiddenForUser($event->data['id'])) {
Dbanner.php70 if ($this->hlp->isHiddenForUser()) {
/plugin/publish/
Dhelper.php313 function isHiddenForUser($id = null) { function in helper_plugin_publish