Lines Matching refs:action
3 $action = new action_plugin_bez_base();
4 $action->createObjects(true);
7 global $action;
9 $threads = $action->get_model()->threadFactory->get_all(array(
25 global $action;
29 $days_before = $action->getConf('task_remaind_days_before');
41 $tasks = $action->get_model()->taskFactory->get_all($filters);
51 global $action;
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();
115 $tpl = $action->get_tpl();
119 $body = $action->bez_tpl_include('cron/weekly-message', true);
123 // $token = $action->get_model()->factory('subscription')->getUserToken($user);
124 // $resign_link = $action->url('unsubscribe', array('GET' => array( 't' => $token)));