| 1 | <?php |
||
| 15 | class EspressoEventsAdmin extends AdminRoute |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * returns true if the current request matches this route |
||
| 20 | * |
||
| 21 | * @return bool |
||
| 22 | * @since $VID:$ |
||
| 23 | */ |
||
| 24 | public function matchesCurrentRequest() |
||
| 32 | |||
| 33 | |||
| 34 | /** |
||
| 35 | * @since $VID:$ |
||
| 36 | */ |
||
| 37 | protected function registerDependencies() |
||
| 44 | |||
| 45 | |||
| 46 | /** |
||
| 47 | * implements logic required to run during request |
||
| 48 | * |
||
| 49 | * @return bool |
||
| 50 | * @since $VID:$ |
||
| 51 | */ |
||
| 52 | protected function requestHandler() |
||
| 56 | } |
||
| 57 |