| 1 | <?php  | 
            ||
| 13 | class ConfigFactory  | 
            ||
| 14 | { | 
            ||
| 15 | const FQCN = 'WebservicesNl\\Protocol\\Soap\\Config\\Platform\\%1$s\\Config';  | 
            ||
| 16 | |||
| 17 | /**  | 
            ||
| 18 | * Return a Soap configuration for given platformConfig.  | 
            ||
| 19 | *  | 
            ||
| 20 | * @param PlatformConfigInterface $platform  | 
            ||
| 21 | *  | 
            ||
| 22 | * @return SoapConfig  | 
            ||
| 23 | * @throws InputException  | 
            ||
| 24 | */  | 
            ||
| 25 | 9 | public static function config(PlatformConfigInterface $platform)  | 
            |
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * Check if config exists.  | 
            ||
| 41 | *  | 
            ||
| 42 | * @param string $className  | 
            ||
| 43 | *  | 
            ||
| 44 | * @return bool  | 
            ||
| 45 | */  | 
            ||
| 46 | 9 | public static function hasConfig($className)  | 
            |
| 52 | }  | 
            ||
| 53 |