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

getResource() public method

Get resource
public getResource ( ) : string | null
return string | null
    public function getResource()
    {
        return empty($this->resource) ? NULL : $this->resource;
    }

Usage Example

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