| 1 | <?php |
||
| 5 | class TransportSubscriptionInfrastructure |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @var callable |
||
| 9 | */ |
||
| 10 | private $subscriptionManagerFactory; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param callable $subscriptionManagerFactory |
||
| 14 | */ |
||
| 15 | 3 | public function __construct(callable $subscriptionManagerFactory) |
|
| 19 | |||
| 20 | /** |
||
| 21 | * @return callable |
||
| 22 | */ |
||
| 23 | 1 | public function getSubscriptionManagerFactory() |
|
| 27 | } |
||
| 28 |