common\models\CartGoods::getIsExpired PHP Method

getIsExpired() public method

获取该商品是否失效
public getIsExpired ( ) : boolean
return boolean
    public function getIsExpired()
    {
        return $this->goods->status !== Goods::STATUS_NORMAL;
    }