Returns the internal Map of Property-Values
()
| 162 | |
| 163 | /** Returns the internal Map of Property-Values */ |
| 164 | getPropVals(): PropVals { |
| 165 | return this.propvals; |
| 166 | } |
| 167 | |
| 168 | /** |
| 169 | * Iterates over the parents of the resource, returns who has read / write |
no outgoing calls
no test coverage detected