... | @@ -126,19 +126,19 @@ class FooBar implements MySimpleInterface { |
... | @@ -126,19 +126,19 @@ class FooBar implements MySimpleInterface { |
|
|
|
|
|
When an object has a "main" many relation with related "things" (objects, parameters, ...), the method names are normalized:
|
|
When an object has a "main" many relation with related "things" (objects, parameters, ...), the method names are normalized:
|
|
|
|
|
|
|Names|
|
|
__Names__
|
|
| ----- |
|
|
|
|
|get()|
|
|
`get()`
|
|
|set()|
|
|
`set()`
|
|
|has()|
|
|
`has()`
|
|
|all()|
|
|
`all()`
|
|
|replace()|
|
|
`replace()`
|
|
|remove()|
|
|
`remove()`
|
|
|clear()|
|
|
`clear()`
|
|
|isEmpty()|
|
|
`isEmpty()`
|
|
|add()|
|
|
`add()`
|
|
|register()|
|
|
`register()`
|
|
|count()|
|
|
`count()`
|
|
`keys()`
|
|
`keys()`
|
|
|
|
|
|
The usage of these methods are only allowed when it is clear that there is a main relation:
|
|
The usage of these methods are only allowed when it is clear that there is a main relation:
|
... | | ... | |