1 | <?php |
||
7 | class AMQPLazySSLConnection extends AMQPSSLConnection |
||
8 | { |
||
9 | /** |
||
10 | * Gets socket from current connection |
||
11 | * |
||
12 | * @deprecated |
||
13 | */ |
||
14 | public function getSocket() |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function channel($channel_id = null) |
||
30 | |||
31 | /** |
||
32 | * @return null|\PhpAmqpLib\Wire\IO\AbstractIO |
||
33 | */ |
||
34 | public function getIO() |
||
42 | |||
43 | /** |
||
44 | * Should the connection be attempted during construction? |
||
45 | * |
||
46 | * @return bool |
||
47 | */ |
||
48 | public function connectOnConstruct() |
||
52 | } |
||
53 |
This method has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the method will be removed from the class and what other method or class to use instead.