[TASK] Added Tags to the DocComments.
[TASK] Reformated some classes.
This commit is contained in:
@@ -112,6 +112,7 @@ class Connection_ConnectionHandler {
|
||||
/**
|
||||
* Injector for the internal ConnectionPool access.
|
||||
* @param Connection_ConnectionPool $connectionPool
|
||||
* @return void
|
||||
*/
|
||||
public function injectConnectionPool($connectionPool) {
|
||||
$this->connectionPool = $connectionPool;
|
||||
@@ -149,6 +150,7 @@ class Connection_ConnectionHandler {
|
||||
/**
|
||||
* Sets the IPv6-flag.
|
||||
* @param boolean $IPv6
|
||||
* @return void
|
||||
*/
|
||||
public function setIPv6($IPv6) {
|
||||
$this->IPv6 = $IPv6;
|
||||
@@ -157,6 +159,7 @@ class Connection_ConnectionHandler {
|
||||
/**
|
||||
* Sets reconnect_on_disconnect flag.
|
||||
* @param boolean $reconnect
|
||||
* @return void
|
||||
*/
|
||||
public function setReconnect($reconnect) {
|
||||
$this->reconnect_on_disconnect = $reconnect;
|
||||
|
||||
Reference in New Issue
Block a user