Newscoop\Entity\UserPoints::getAction PHP 메소드

getAction() 공개 메소드

Get action
public getAction ( ) : string
리턴 string
    public function getAction()
    {
        return (string) $this->action;
    }

Usage Example

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