withCount() public method

Add subselect queries to count the relations.
public withCount ( mixed $relations )
$relations mixed
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: whplay/ohmate-shop
 /**
  * Add subselect queries to count the relations.
  *
  * @param mixed $relations
  * @return $this 
  * @static 
  */
 public static function withCount($relations)
 {
     return \Illuminate\Database\Eloquent\Builder::withCount($relations);
 }