Newscoop\Entity\UserPoints::getAction PHP Method

getAction() public method

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

Usage Example

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