Skip to content
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.

Commit

Permalink
added new method
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyquinton committed Oct 23, 2014
1 parent dcd0226 commit c94d05d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Opg/Core/Model/Entity/CaseItem/CaseItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,13 @@ public function addScheduledJob(ScheduledJob $scheduledJob)

}

/**
* @param ScheduledJob $scheduledJob
*/
public function removeScheduledJob(ScheduledJob $scheduledJob) {
$this->scheduledJobs->removeElement($scheduledJob);
}

/**
* Alias
* @param AssignableComposite $user
Expand Down

0 comments on commit c94d05d

Please sign in to comment.