Overtrue\LaravelShoppingCart\Item::rawId PHP Method

rawId() public method

Return the raw ID of item.
public rawId ( ) : string
return string
    public function rawId()
    {
        return $this->__raw_id;
    }