Newscoop\Entity\UserAttribute::getName PHP 메소드

getName() 공개 메소드

Get attribute name
public getName ( ) : string
리턴 string
    public function getName()
    {
        return (string) $this->attribute;
    }

Usage Example

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