Update doc blocks.

This commit is contained in:
mark_story 2013-08-12 14:37:43 -04:00
parent 2f5963e2d3
commit 6ce10b28c9

View file

@ -313,7 +313,7 @@ class DboSource extends DataSource {
* Returns a quoted and escaped string of $data for use in an SQL statement.
*
* @param string $data String to be prepared for use in an SQL statement
* @param string $column The column into which this data will be inserted
* @param string $column The column datatype into which this data will be inserted.
* @return string Quoted and escaped data
*/
public function value($data, $column = null) {