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();
 }