Newscoop\NewscoopBundle\Entity\SystemPreferences::getValue PHP Метод

getValue() публичный Метод

Get value
public getValue ( ) : string
Результат string
    public function getValue()
    {
        return $this->value;
    }