Home
last modified time | relevance | path

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

/plugin/bez/meta/
DTpl.php33 $this->set('users', $this->action->get_model()->userFactory->get_all());
34 $this->set('groups', $this->action->get_model()->userFactory->get_groups());
58 return $this->action->get_model()->factory($table);
66 $name = $this->action->get_model()->userFactory->get_user_full_name($login);
77 return $this->action->get_model()->userFactory->get_user_email($login);
123 return $this->action->get_model()->user_nick;
127 return $this->action->get_model()->get_level();
/plugin/bez/cron/
Dfunctions.php9 $threads = $action->get_model()->threadFactory->get_all(array(
41 $tasks = $action->get_model()->taskFactory->get_all($filters);
59 $threads = $action->get_model()->threadFactory->get_all(array(
76 $tasks = $action->get_model()->taskFactory->get_all(array(
98 $muted_users = $action->get_model()->factory('subscription')->getMutedUsers();
/plugin/bez/action/
Ddefault.php325 $threads = $this->get_model()->factory('thread')->get_all(array(
356 $threads = $this->get_model()->factory('thread')->get_all(array(
379 $threads = $this->get_model()->threadFactory->get_all(array(
402 $tasks = $this->get_model()->factory('task')->get_all(array(
424 $tasks = $this->get_model()->factory('task')->get_all(array(
Dbase.php28 public function get_model() { function in action_plugin_bez_base