Home
last modified time | relevance | path

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

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