Newscoop\Entity\UserAttribute::getValue PHP Method

getValue() public method

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

Usage Example

コード例 #1
0
 public function getValue()
 {
     $this->__load();
     return parent::getValue();
 }