| 1 | <?php |
||
| 8 | class WebServiceFactory implements WebServiceFactoryInterface |
||
| 9 | { |
||
| 10 | |||
| 11 | /** @var string Třída webové služby */ |
||
| 12 | protected $class; |
||
| 13 | |||
| 14 | |||
| 15 | /** |
||
| 16 | * @param string $class |
||
| 17 | */ |
||
| 18 | 2 | public function __construct($class = '\Skautis\Wsdl\WebService') |
|
| 22 | |||
| 23 | /** |
||
| 24 | * @inheritdoc |
||
| 25 | */ |
||
| 26 | 1 | public function createWebService($url, array $options) |
|
| 30 | } |
||
| 31 |