Newscoop\Entity\UserAttribute::getName PHP Method

getName() public method

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

Usage Example

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