Sulu\Bundle\SecurityBundle\Entity\UserSetting::getValue PHP 메소드

getValue() 공개 메소드

Returns the value for this user setting.
public getValue ( ) : string
리턴 string
    public function getValue()
    {
        return $this->value;
    }