Author: grobmeier
Date: Fri Aug 21 19:22:34 2009
New Revision: 806686

URL: http://svn.apache.org/viewvc?rev=806686&view=rev
Log:
removed unnecessary methods

Modified:
    incubator/log4php/trunk/src/main/php/appenders/LoggerAppenderPDO.php

Modified: incubator/log4php/trunk/src/main/php/appenders/LoggerAppenderPDO.php
URL: 
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/appenders/LoggerAppenderPDO.php?rev=806686&r1=806685&r2=806686&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/appenders/LoggerAppenderPDO.php 
(original)
+++ incubator/log4php/trunk/src/main/php/appenders/LoggerAppenderPDO.php Fri 
Aug 21 19:22:34 2009
@@ -162,22 +162,6 @@
     }
    
        /**
-     * Sets the username for this connection. 
-     * Defaults to ''
-     */
-    public function setUser($user) {
-        $this->user = $user;
-    }
-    
-    /**
-     * Sets the password for this connection. 
-     * Defaults to ''
-     */
-    public function setPassword($password) {
-        $this->password = $password;
-    }
-    
-    /**
      * Sets the SQL string into which the event should be transformed.
      * Defaults to:
      * 


Reply via email to