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;
    }