Skip to content

Commit

Permalink
Added getEmployeeId and getApplicantId to Employable
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercd100 committed Feb 7, 2019
1 parent 1c49312 commit 7027218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

All notable changes to `zenapply/common` will be documented in this file.

### 6.0.0
- Added getEmployeeId and getApplicantId to Employable

### 5.0.0
- Added getHiredDateAsString

### 4.0.0
- Added getHrisCostCenter1, getHrisCostCenter2, getHrisCostCenter3, getHrisPositionId, getHrisLocationId to Onboard

Expand Down
2 changes: 2 additions & 0 deletions src/Interfaces/Employable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

interface Employable
{
public function getApplicantId();
public function getEmployeeId();
public function getEmail();
public function getUsername();
public function getPhone();
Expand Down

0 comments on commit 7027218

Please sign in to comment.