Scalr\Acl\Resource\ResourceObject::getDescription PHP Méthode

getDescription() public méthode

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