WellCommerce\Bundle\DictionaryBundle\Entity\DictionaryTranslation::getValue PHP Method

getValue() public method

public getValue ( ) : string
return string
    public function getValue()
    {
        return $this->value;
    }