Returns all job item messages attached to this job item with timestamp newer than $time.
int $time: (Optional) Messages need to have a newer timestamp than $time. Defaults to REQUEST_TIME.
array An array of translation job item messages.
public function getMessagesSince($time = NULL);