| 1 | <?php |
||
| 16 | class AcceptApplication extends StatusChange implements StatusChangeInterface |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Sets the application |
||
| 21 | * |
||
| 22 | * @param ApplicationInterface $application |
||
| 23 | * @param string|null $status |
||
| 24 | * @return $this |
||
| 25 | */ |
||
| 26 | public function setApplication(ApplicationInterface $application, $status = null) |
||
| 35 | } |
||
| 36 |