Scalr\Acl\Resource\ResourceObject::getDescription PHP Метод

getDescription() публичный Метод

Gets description of the ACL resource
public getDescription ( ) : string
Результат string The description of the resource
    public function getDescription()
    {
        return $this->description;
    }