1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- interface HookMyStudentsLpTrackingObserverInterface extends HookObserverInterface
- {
-
- public function trackingHeader(HookMyStudentsLpTrackingEventInterface $hook);
-
- public function trackingContent(HookMyStudentsLpTrackingEventInterface $hook);
- }
|