[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
+1
View File
@@ -164,6 +164,7 @@ class Connection_ConnectionPool {
* Writes the given data to the socket with $id.
* @param int $id
* @param string $data
* @return void
*/
public function writeToID($id, $data) {
foreach($this->connectionHandlers AS $connectionHandler) {