| 1 | <?php |
||
| 14 | class MessageConfigurationFactory extends AbstractConfigurationFactory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * MessageConfigurationFactory constructor. |
||
| 18 | * @param AddMessageRequestConfiguration $addConfiguration |
||
| 19 | * @param ListMessageRequestConfiguration $listConfiguration |
||
| 20 | */ |
||
| 21 | public function __construct( |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param string $type |
||
| 31 | * @return ConfigurationInterface |
||
| 32 | * @throws BadConfigurationFactoryException |
||
| 33 | */ |
||
| 34 | public function get($type) |
||
| 45 | } |
||
| 46 |