PHP Class WellCommerce\Bundle\DictionaryBundle\Entity\DictionaryTranslation

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
$value string

Public Methods

Method Description
getCopyingSensitiveProperties ( ) : array
getValue ( ) : string
setValue ( string $value )

Method Details

getCopyingSensitiveProperties() public method

getValue() public method

public getValue ( ) : string
return string

setValue() public method

public setValue ( string $value )
$value string

Property Details

$value protected property

protected string $value
return string