[TASK] Added Tags to the DocComments.

[TASK] Reformated some classes.
This commit is contained in:
Jan Philipp Timme
2010-12-19 14:26:32 +00:00
parent 26036e9994
commit 3880b59f94
10 changed files with 11 additions and 7 deletions
+3
View File
@@ -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;