Erebot  latest
A modular IRC bot for PHP 5.3+
Erebot\Interfaces\Proxy\EndPoint Interface Reference

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 ()
 

Detailed Description

Represents the protocol used at the furthest end point of a proxy chain.

Definition at line 28 of file EndPoint.php.

Member Function Documentation

Erebot\Interfaces\Proxy\EndPoint::requiresSSL ( )

Indicates whether this protocol makes use of SSL.

Return values
boolWhether SSL encryption is required by this protocol (true) or not (false).

Implemented in Erebot\Proxy\EndPoint\IRC, and Erebot\Proxy\EndPoint\IRCS.


The documentation for this interface was generated from the following file: