PHP Class WellCommerce\Bundle\CouponBundle\Entity\CouponTranslation

Author: Adam Piotrowski ([email protected])
Inheritance: implements WellCommerce\Bundle\LocaleBundle\Entity\LocaleAwareInterface, use trait Knp\DoctrineBehaviors\Model\Translatable\Translation
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$description string
$name string

Public Methods

Method Description
getCopyingSensitiveProperties ( ) : array
getDescription ( ) : string
getName ( ) : string
setDescription ( string $description )
setName ( string $name )

Method Details

getCopyingSensitiveProperties() public method

getDescription() public method

public getDescription ( ) : string
return string

getName() public method

public getName ( ) : string
return string

setDescription() public method

public setDescription ( string $description )
$description string

setName() public method

public setName ( string $name )
$name string

Property Details

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string