* Returns the unique identifier used to reference this module. * @returns {string} a unique identifier of the module
()
| 301 | * @returns {string} a unique identifier of the module |
| 302 | */ |
| 303 | identifier() { |
| 304 | return this._identifier; |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * Returns a human-readable identifier for this module. |