| 1 | <?php |
||
| 33 | 1 | final class FormsExtension extends DI\CompilerExtension |
|
| 34 | { |
||
| 35 | /** |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | public function loadConfiguration() : void |
||
| 46 | |||
| 47 | /** |
||
| 48 | * {@inheritdoc} |
||
| 49 | */ |
||
| 50 | public function beforeCompile() : void |
||
| 61 | |||
| 62 | /** |
||
| 63 | * @param Nette\Configurator $config |
||
| 64 | * @param string $extensionName |
||
| 65 | * |
||
| 66 | * @return void |
||
| 67 | */ |
||
| 68 | public static function register(Nette\Configurator $config, string $extensionName = 'extendedForms') : void |
||
| 74 | } |
||
| 75 |