Home
last modified time | relevance | path

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

/plugin/bez/mdl/
H A DEntity.php34 public static function get_acl_columns() { function in dokuwiki\\plugin\\bez\\mdl\\Entity
137 $this->acl = new Acl($this->model->get_level(), $this->get_acl_columns());
H A DTask.php50 public static function get_acl_columns() {
51 return array_merge(parent::get_acl_columns(), array('participants'));
49 public static function get_acl_columns() { global() function in dokuwiki\\plugin\\bez\\mdl\\Task