contribution = $contribution; if (!empty($contribution['id'])) { $this->contributionId = $contribution['id']; } return $this; } }