国产chinesehdxxxx野外,国产av无码专区亚洲av琪琪,播放男人添女人下边视频,成人国产精品一区二区免费看,chinese丰满人妻videos

訂購(gòu)數(shù)量

2018-02-24 15:52 更新

有時(shí)候訂購(gòu)行為會(huì)跟「數(shù)量」有關(guān)。例如,你的應(yīng)用程序可能會(huì)依照帳號(hào)的用戶人數(shù),每人每月收取 $10 元。你可以使用 increment 和 decrement 方法簡(jiǎn)單的調(diào)整訂購(gòu)數(shù)量:

$user = User::find(1);

$user->subscription()->increment();

// Add five to the subscription's current quantity...
$user->subscription()->increment(5);

$user->subscription()->decrement();

// Subtract five to the subscription's current quantity...
$user->subscription()->decrement(5);
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)