* Get the project's framework version configuration * * @public * @returns {string} Framework version configuration, e.g 1.110.0
()
| 104 | * @returns {string} Framework version configuration, e.g <code>1.110.0</code> |
| 105 | */ |
| 106 | getFrameworkVersion() { |
| 107 | return this._config.framework?.version; |
| 108 | } |
| 109 | |
| 110 | |
| 111 | /** |
no outgoing calls
no test coverage detected