Newscoop\Entity\Acl\Rule::getAction PHP Method

getAction() public method

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

Usage Example

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