getPoints() 공개 메소드

Get points
public getPoints ( ) : integer
리턴 integer
예제 #1
0
 public function getPoints()
 {
     $this->__load();
     return parent::getPoints();
 }