Newscoop\Entity\Acl\Rule::getAction PHP Méthode

getAction() public méthode

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

Usage Example

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