1 | <?php |
||
16 | class WordPressHeartbeat extends Route |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * returns true if the current request matches this route |
||
21 | * |
||
22 | * @return bool |
||
23 | * @since $VID:$ |
||
24 | */ |
||
25 | public function matchesCurrentRequest() |
||
29 | |||
30 | |||
31 | /** |
||
32 | * @since $VID:$ |
||
33 | */ |
||
34 | protected function registerDependencies() |
||
51 | |||
52 | |||
53 | /** |
||
54 | * implements logic required to run during request |
||
55 | * |
||
56 | * @return bool |
||
57 | * @since $VID:$ |
||
58 | */ |
||
59 | protected function requestHandler() |
||
64 | } |
||
65 |