Home
last modified time | relevance | path

Searched refs:can_be_removed (Results 1 – 4 of 4) sorted by relevance

/plugin/bez/tpl/
H A Dthread_box.php100 <?php if ($tpl->get('thread')->acl_of('id') >= BEZ_PERMISSION_DELETE && $tpl->get('thread')->can_be_removed()): ?>
/plugin/bez/mdl/
H A DThread.php221 public function get_participant($user_id, $can_be_removed=false) {
227 if (!$can_be_removed) {
595 public function can_be_removed() {
220 get_participant($user_id, $can_be_removed = false) global() argument
594 public function can_be_removed() { global() function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DThreadFactory.php300 if ($obj->can_be_removed()) {
H A DTask.php366 public function get_participant($user_id, $can_be_removed=false) {
372 if (!$can_be_removed) {
365 get_participant($user_id, $can_be_removed = false) global() argument