Changeset 3816

Show
Ignore:
Timestamp:
02/16/08 23:02:27 (2 years ago)
Author:
jwage
Message:

Merged r3815 to trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/Connection.php

    r3794 r3816  
    254254 
    255255    /** 
     256     * setOption 
     257     *  
     258     * Set option value 
     259     * 
     260     * @param string $option  
     261     * @return void 
     262     */ 
     263    public function setOption($option, $value) 
     264    { 
     265      return $this->options[$option] = $value; 
     266    } 
     267 
     268    /** 
    256269     * getAttribute 
    257270     * retrieves a database connection attribute