Home
last modified time | relevance | path

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

/plugin/bez/mdl/
H A DEntity.php29 public static function get_select_columns() { function in dokuwiki\\plugin\\bez\\mdl\\Entity
36 return $class::get_select_columns();
42 $columns = $this->get_select_columns();
59 if (!property_exists($this, $property) || !in_array($property, $this->get_select_columns())) {
H A DThread.php38 public static function get_select_columns() {
39 $cols = parent::get_select_columns();
100 $this->acl->revoke(self::get_select_columns(), BEZ_AUTH_LEADER);
37 public static function get_select_columns() { global() function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DTask.php197 $this->acl->revoke(self::get_select_columns(), BEZ_AUTH_LEADER);