PHP Class WellCommerce\Bundle\CurrencyBundle\Entity\Currency

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable, use trait WellCommerce\Bundle\DoctrineBundle\Behaviours\Enableable\EnableableTrait
Show file Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Property Type Description
$code string

Public Methods

Method Description
getCode ( ) : string
setCode ( string $code )

Method Details

getCode() public method

public getCode ( ) : string
return string

setCode() public method

public setCode ( string $code )
$code string

Property Details

$code protected property

protected string $code
return string