getPoints() public method

Get point value of action
public getPoints ( ) : integer
return integer
 public function getPoints()
 {
     $this->__load();
     return parent::getPoints();
 }