| 1 | <?php |
||
| 22 | final class ClientRegistrationSource implements Component |
||
|
|
|||
| 23 | { |
||
| 24 | /** |
||
| 25 | * ClientRegistrationSource constructor. |
||
| 26 | */ |
||
| 27 | public function __construct() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
| 45 | |||
| 46 | /** |
||
| 47 | * {@inheritdoc} |
||
| 48 | */ |
||
| 49 | public function name(): string |
||
| 53 | |||
| 54 | /** |
||
| 55 | * {@inheritdoc} |
||
| 56 | */ |
||
| 57 | public function getNodeDefinition(NodeDefinition $node) |
||
| 65 | } |
||
| 66 |