国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

訂購(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)