Newscoop\Entity\User::getPoints PHP Method

getPoints() public method

Get points
public getPoints ( ) : integer
return integer
    public function getPoints()
    {
        return (int) $this->points;
    }

Usage Example

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