| 1 | <?php |
||
| 23 | final class ActivityRepository implements ActivityRepositoryInterface |
||
| 24 | { |
||
| 25 | private $repository; |
||
| 26 | private $objectManager; |
||
| 27 | |||
| 28 | public function __construct(ActivityRepositoryInterface $repository, ObjectManager $objectManager) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function findActivityById(IRI $activityId) |
||
| 44 | } |
||
| 45 |