... | @@ -126,20 +126,20 @@ class FooBar implements MySimpleInterface { |
... | @@ -126,20 +126,20 @@ 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|
|
|
get()
|
|
| ----- |
|
|
set()
|
|
|get()|
|
|
has()
|
|
|set()|
|
|
all()
|
|
|has()|
|
|
replace()
|
|
|all()|
|
|
remove()
|
|
|replace()|
|
|
clear()
|
|
|remove()|
|
|
isEmpty()
|
|
|clear()|
|
|
add()
|
|
|isEmpty()|
|
|
register()
|
|
|add()|
|
|
count()
|
|
|register()|
|
|
keys()
|
|
|count()|
|
|
```
|
|
|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:
|
|
|
|
|
... | | ... | |