Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class XApiPortfolioItemHighlightedHookObserver extends XApiActivityHookObserver implements HookPortfolioItemHighlightedObserverInterface |
||
8 | { |
||
9 | /** |
||
10 | * @throws OptimisticLockException |
||
11 | * @throws ORMException |
||
12 | */ |
||
13 | public function hookItemHighlighted(HookPortfolioItemHighlightedEventInterface $hookEvent) |
||
23 |