| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class XApiPortfolioItemViewedHookObserver extends XApiActivityHookObserver implements HookPortfolioItemViewedObserverInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @throws OptimisticLockException |
||
| 14 | * @throws ORMException |
||
| 15 | */ |
||
| 16 | public function hookItemViewed(HookPortfolioItemViewedEventInterface $hookEvent) |
||
| 26 |