1 | <?php |
||
20 | class UpdateRegistrationService extends DomainService |
||
21 | { |
||
22 | |||
23 | /** |
||
24 | * @param \EE_Registration $registration |
||
25 | * @return bool |
||
26 | */ |
||
27 | public function updateRegistrationAndTransaction(\EE_Registration $registration) |
||
41 | |||
42 | } |
||
43 | // End of file UpdateRegistrationService.php |
||
44 | // Location: /UpdateRegistrationService.php |