Lines Matching defs:push
21 public function push($datetime, $type, $author, $entity) {
63 $timeline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thread);
65 $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread);
69 $timeline->push($thread->last_activity_date, 'thread_done' . $project, $thread->coordinator, $thread);
71 $timeline->push($thread->last_activity_date, 'thread_closed' . $project, $thread->coordinator, $thread);
73 $timeline->push($thread->last_activity_date, 'thread_rejected' . $project, $thread->coordinator, $thread);
81 $timeline->push($thread_comment->create_date, 'thread_comment_added', $thread_comment->author, $thread_comment);
83 $timeline->push($thread_comment->create_date, 'thread_comment_cause_added', $thread_comment->author, $thread_comment);
90 $timeline->push($task->create_date, 'task_opened', $task->assignee, $task);
93 $timeline->push($task->last_activity_date, 'task_done', $task->assignee, $task);
100 $timeline->push($task_comment->create_date, 'task_comment_added', $task_comment->author, $task_comment);