* Returns the current value. * @return {mixed}
()
| 186 | * @return {mixed} |
| 187 | */ |
| 188 | getValue () { |
| 189 | return this._value |
| 190 | } |
| 191 | |
| 192 | /** |
| 193 | * Sets the value. Filters and validates value and updates the valid flag. |
no outgoing calls
no test coverage detected