Scalr\Upgrade\Updates\Update20140825110000::hasTagRole PHP Method

hasTagRole() private method

private hasTagRole ( )
    private function hasTagRole()
    {
        $tagRole = TagEntity::findPk(TagEntity::TAG_ID_ROLE);
        return $tagRole && strtolower($tagRole->name) == 'role';
    }