|
Erebot
latest
A modular IRC bot for PHP 5.3+
|
Represents the protocol used at the furthest end point of a proxy chain. More...
Inheritance diagram for Erebot\Interfaces\Proxy\EndPoint:Public Member Functions | |
| requiresSSL () | |
Represents the protocol used at the furthest end point of a proxy chain.
Definition at line 28 of file EndPoint.php.
| Erebot\Interfaces\Proxy\EndPoint::requiresSSL | ( | ) |
Indicates whether this protocol makes use of SSL.
| bool | Whether SSL encryption is required by this protocol (true) or not (false). |
Implemented in Erebot\Proxy\EndPoint\IRC, and Erebot\Proxy\EndPoint\IRCS.