| 1 | <?php |
||
| 15 | class MethodGetNumberLapsDataProvider extends AbstractDataProvider implements MethodScriptDataProviderInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @inheritdoc |
||
| 19 | * |
||
| 20 | * @param string $pluginId |
||
| 21 | * @param mixed $pluginService |
||
| 22 | */ |
||
| 23 | public function registerPlugin($pluginId, $pluginService) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Request call to fetch something.. |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function request() |
||
| 39 | } |