Newscoop\Entity\UserAttribute::getValue PHP Метод

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

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

Usage Example

 public function getValue()
 {
     $this->__load();
     return parent::getValue();
 }