Documentation

CouponsTypes
in package

Table of Contents

$coupons  : Collection
$id  : int|null
$name  : string|null
__construct()  : mixed
addCoupon()  : self
getCoupons()  : Collection<int, Coupons>
getId()  : int|null
getName()  : string|null
removeCoupon()  : self
setName()  : self

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

getId()

public getId() : int|null
Return values
int|null

getName()

public getName() : string|null
Return values
string|null

setName()

public setName(string $name) : self
Parameters
$name : string
Return values
self

Search results