()
| 123 | getNormalizedURL () { return `${this.urlRoot}/${this.id}` } |
| 124 | |
| 125 | getTranslatedName () { |
| 126 | return utils.i18n(this.attributes, 'displayName') || utils.i18n(this.attributes, 'name') |
| 127 | } |
| 128 | |
| 129 | get (attribute, withDefault) { |
| 130 | if (withDefault == null) { withDefault = false } |
no outgoing calls
no test coverage detected