| 1 | <?php |
||
| 19 | class VaultRoute extends AbstractRoute |
||
| 20 | { |
||
| 21 | use CoreTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $name |
||
| 25 | * @param string $pattern |
||
| 26 | * @param array $defaults |
||
| 27 | */ |
||
| 28 | public function __construct(string $name, string $pattern, array $defaults) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | protected function createEndpoint(): callable |
||
| 52 | } |