| Total Complexity | 5 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class WhispeakMyStudentsLpTrackingHook extends HookObserver implements HookMyStudentsLpTrackingObserverInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * WhispeakMyStudentsLpTrackingHook constructor. |
||
| 11 | */ |
||
| 12 | protected function __construct() |
||
| 13 | { |
||
| 14 | parent::__construct( |
||
| 15 | 'plugin/whispeakauth/WhispeakAuthPlugin.php', |
||
| 16 | 'whispeakauth' |
||
| 17 | ); |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return array |
||
| 22 | */ |
||
| 23 | public function trackingHeader(HookMyStudentsLpTrackingEventInterface $hook) |
||
| 28 | ]; |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @throws \Doctrine\ORM\Query\QueryException |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | public function trackingContent(HookMyStudentsLpTrackingEventInterface $hook) |
||
| 57 | ]; |
||
| 58 | } |
||
| 60 |