getPoints() public method

Get points
public getPoints ( ) : integer
return integer
Exemplo n.º 1
0
 public function getPoints()
 {
     $this->__load();
     return parent::getPoints();
 }