Ejemplo n.º 1
0
 /**
  * Get the fetch argument to be applied when selecting.
  *
  * @return mixed 
  * @static 
  */
 public static function getFetchArgument()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Illuminate\Database\MySqlConnection::getFetchArgument();
 }