Scalr\Acl\Resource\ResourceObject::getDescription PHP Method

getDescription() public method

Gets description of the ACL resource
public getDescription ( ) : string
return string The description of the resource
    public function getDescription()
    {
        return $this->description;
    }