| 1 | <?php  | 
            ||
| 19 | final class CheckerSource implements SourceInterface  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 |      * {@inheritdoc} | 
            ||
| 23 | */  | 
            ||
| 24 | public function getName()  | 
            ||
| 28 | |||
| 29 | /**  | 
            ||
| 30 |      * {@inheritdoc} | 
            ||
| 31 | */  | 
            ||
| 32 | public function createService($name, array $config, ContainerBuilder $container)  | 
            ||
| 47 | |||
| 48 | /**  | 
            ||
| 49 |      * {@inheritdoc} | 
            ||
| 50 | */  | 
            ||
| 51 | public function getNodeDefinition(ArrayNodeDefinition $node)  | 
            ||
| 66 | |||
| 67 | /**  | 
            ||
| 68 |      * {@inheritdoc} | 
            ||
| 69 | */  | 
            ||
| 70 | public function prepend(ContainerBuilder $container, array $config)  | 
            ||
| 73 | }  | 
            ||
| 74 |