final | |
|---|---|
readonly | |
implements |
CollectionAnnotationValueInterface |
A collection annotation value — an ordered list of annotation values.
Accepts zero or more AnnotationValueInterface instances as variadic arguments. Document order is preserved.
| Methods | ||
|---|---|---|
public
|
__construct(AnnotationValueInterface ...$items)
|
# |
public
|
getItems(): list<AnnotationValueInterface>
|
# |
public
|
isEmpty(): bool
|
# |
public
|
count(): int
|
# |