|
|
@@ -50,6 +50,7 @@ trait PDODriverTrait {
|
|
|
* Returns correct connection resource or object that is internally used
|
|
|
* If first argument is passed, it will set internal conenction object or
|
|
|
* result to the value passed
|
|
|
+ *
|
|
|
* @param null|PDO instance $connection
|
|
|
* @return mixed connection object used internally
|
|
|
*/
|
|
|
@@ -122,6 +123,7 @@ trait PDODriverTrait {
|
|
|
|
|
|
/**
|
|
|
* Returns a value in a safe representation to be used in a query string
|
|
|
+ *
|
|
|
* @param mixed $value
|
|
|
* @param string $type Type to be used for determining kind of quoting to perform
|
|
|
* @return string
|