Gets the getter method of this property.
()
| 125 | * Gets the getter method of this property. |
| 126 | */ |
| 127 | public MetaMethod getGetter() { |
| 128 | return getter; |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * Gets the setter method of this property. |
no outgoing calls
no test coverage detected