Returns the source data of all job items.
array $key: If present, only the subarray identified by key is returned.
int $index: Optional index of an attribute below $key.
array A nested array with the source data where the most upper key is the job item id.
public function getData($key = array(), $index = NULL);