Scalr\Model\Entity\Announcement::getScope PHP Method

getScope() public method

{@inheritDoc}
See also: Scalr\DataType\ScopeInterface::getScope()
public getScope ( )
    public function getScope()
    {
        return !empty($this->accountId) ? static::SCOPE_ACCOUNT : static::SCOPE_SCALR;
    }