1 | <?php |
||
11 | class Factory |
||
12 | { |
||
13 | /** |
||
14 | * @param string $protocol |
||
15 | * @param string $host |
||
16 | * @param int $port |
||
17 | * @param string $path |
||
18 | * @param string $key |
||
19 | * @param string $secret |
||
20 | * @param bool|string $hostname |
||
21 | * @param bool $ignoreSsl |
||
22 | * @return Publisher |
||
23 | */ |
||
24 | 2 | public function createPublisher($protocol, $host, $port, $path, $key, $secret, $hostname, $ignoreSsl) |
|
51 | } |
||
52 |