Scalr\Api\Service\User\V1beta0\Controller\Events::getScope PHP Method

getScope() public method

Gets current scope
public getScope ( ) : string
return string
    public function getScope()
    {
        return $this->getEnvironment() ? ScopeInterface::SCOPE_ENVIRONMENT : ScopeInterface::SCOPE_ACCOUNT;
    }