PHP Interface WellCommerce\Bundle\CouponBundle\Entity\CouponInterface

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Entity\TranslatableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\TimestampableInterface, extends WellCommerce\Bundle\CoreBundle\Entity\BlameableInterface
Afficher le fichier Open project: wellcommerce/wellcommerce Interface Usage Examples

Méthodes publiques

Méthode Description
getClientUsageLimit ( ) : integer
getCode ( ) : string
getCurrency ( ) : string
getGlobalUsageLimit ( ) : integer
getModifierType ( ) : string
getModifierValue ( ) : float
getValidFrom ( ) : DateTime | null
getValidTo ( ) : DateTime | null
setClientUsageLimit ( integer $clientUsageLimit )
setCode ( string $code )
setCurrency ( string $currency )
setGlobalUsageLimit ( integer $globalUsageLimit )
setModifierType ( string $modifierType )
setModifierValue ( float $modifierValue )
setValidFrom ( DateTime $validFrom = null )
setValidTo ( DateTime $validTo = null )

Method Details

getClientUsageLimit() public méthode

public getClientUsageLimit ( ) : integer
Résultat integer

getCode() public méthode

public getCode ( ) : string
Résultat string

getCurrency() public méthode

public getCurrency ( ) : string
Résultat string

getGlobalUsageLimit() public méthode

public getGlobalUsageLimit ( ) : integer
Résultat integer

getModifierType() public méthode

public getModifierType ( ) : string
Résultat string

getModifierValue() public méthode

public getModifierValue ( ) : float
Résultat float

getValidFrom() public méthode

public getValidFrom ( ) : DateTime | null
Résultat DateTime | null

getValidTo() public méthode

public getValidTo ( ) : DateTime | null
Résultat DateTime | null

setClientUsageLimit() public méthode

public setClientUsageLimit ( integer $clientUsageLimit )
$clientUsageLimit integer

setCode() public méthode

public setCode ( string $code )
$code string

setCurrency() public méthode

public setCurrency ( string $currency )
$currency string

setGlobalUsageLimit() public méthode

public setGlobalUsageLimit ( integer $globalUsageLimit )
$globalUsageLimit integer

setModifierType() public méthode

public setModifierType ( string $modifierType )
$modifierType string

setModifierValue() public méthode

public setModifierValue ( float $modifierValue )
$modifierValue float

setValidFrom() public méthode

public setValidFrom ( DateTime $validFrom = null )
$validFrom DateTime

setValidTo() public méthode

public setValidTo ( DateTime $validTo = null )
$validTo DateTime