コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Run a truncate statement on the table.
  *
  * @return void 
  * @static 
  */
 public static function truncate()
 {
     //Method inherited from \Illuminate\Database\Query\Builder
     \October\Rain\Database\QueryBuilder::truncate();
 }