1 | <?php |
||
20 | abstract class SingleRegistrationCommand extends Command |
||
21 | { |
||
22 | |||
23 | |||
24 | /** |
||
25 | * @var \EE_Registration $registration |
||
26 | */ |
||
27 | private $registration; |
||
28 | |||
29 | |||
30 | |||
31 | /** |
||
32 | * CancelRegistrationAndTicketLineItemCommand constructor. |
||
33 | * |
||
34 | * @param \EE_Registration $registration |
||
35 | */ |
||
36 | public function __construct( |
||
41 | |||
42 | |||
43 | |||
44 | /** |
||
45 | * @return \EE_Registration |
||
46 | */ |
||
47 | public function registration() |
||
51 | |||
52 | } |
||
53 | // End of file SingleRegistrationCommand.php |
||
54 | // Location: /SingleRegistrationCommand.php |