예제 #1
0
 /**
  * Get the raw array of bindings.
  *
  * @return array 
  * @static 
  */
 public static function getRawBindings()
 {
     //Method inherited from \Illuminate\Database\Query\Builder
     return \October\Rain\Database\QueryBuilder::getRawBindings();
 }