コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * 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();
 }