Home
last modified time | relevance | path

Searched refs:get_level (Results 1 – 24 of 24) sorted by relevance

/plugin/bez/mdl/
H A DSubscriptionFactory.php27 if ($this->model->get_level() < BEZ_AUTH_USER) {
37 if ($this->model->get_level() < BEZ_AUTH_USER) {
45 if ($this->model->get_level() < BEZ_AUTH_USER) {
60 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A DTask_comment.php53 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
63 if ($this->author == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
H A DAuthentication_tokenFactory.php10 return $this->model->get_level() >= BEZ_AUTH_USER;
H A DModel.php77 public function get_level() { function in dokuwiki\\plugin\\bez\\mdl\\Model
H A DTask.php157 if ($this->type == 'program' && $this->model->get_level() >= BEZ_AUTH_LEADER) {
203 if ($this->assignee == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
218 ($this->model->get_level() >= BEZ_AUTH_LEADER)) {
H A DEntity.php137 $this->acl = new Acl($this->model->get_level(), $this->get_acl_columns());
H A DThreadFactory.php213 if ($this->model->get_level() >= BEZ_AUTH_LEADER) {
H A DThread.php57 $this->model->get_level() >= BEZ_AUTH_ADMIN) {
87 if ($this->model->get_level() >= BEZ_AUTH_LEADER) {
/plugin/bez/action/
H A Dbase.php41 public function get_level() { function in action_plugin_bez_base
42 return $this->model->get_level();
/plugin/bez/ctl/
H A Dtasks.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
11 if ($this->model->get_level() >= BEZ_AUTH_ADMIN && isset($_POST['action']) && isset($_POST['task_id'])) {
H A Dkp.php13 if ($this->model->get_level() < BEZ_AUTH_VIEWER) {
H A Dtask_form.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A Dactivity_report.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A Dthread_report.php5 if ($this->model->get_level() < BEZ_AUTH_USER) {
33 // if ($this->model->acl->get_level() >= BEZ_AUTH_LEADER) {
H A Dtypes.php6 if ($this->model->get_level() < BEZ_AUTH_ADMIN) {
H A Dtask_programs.php8 if ($this->model->get_level() < BEZ_AUTH_ADMIN) {
H A Dreport.php5 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A D8d.php13 if ($this->model->get_level() < BEZ_AUTH_VIEWER) {
H A Dthreads.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A Dtask.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A Dthread.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
H A Dstart.php6 if ($this->model->get_level() < BEZ_AUTH_USER) {
/plugin/bez/syntax/
H A Dnav.php46 if ($bez_action->get_level() >= BEZ_AUTH_ADMIN) {
/plugin/bez/meta/
H A DTpl.php127 return $this->action->get_model()->get_level();