Example #1
0
 /**
  * Return the filled unnamed parameters based on the values.
  *
  * @param  array  $values
  * @return string
  */
 public function unnamedParams(array $values)
 {
     return $this->app->fillRepeat('?', ', ', 0, count($values));
 }