You are here

public function Notifications_Scheduler_Event::set_action in Notifications 7

Set action parameters

File

notifications_scheduler/notifications_scheduler.inc, line 58
Drupal Notifications Framework - Default class file

Class

Notifications_Scheduler_Event
Notifications Schedule Event class

Code

public function set_action($object, $context) {
  $this->action_object = $object;
  $this->action_context = $context;
  $this
    ->prepare_context();
  return $this;
}