ReflectionAttribute::isRepeated
(PHP 8)
ReflectionAttribute::isRepeated — Returns whether the attribute of this name could occur repeatedly on a code element
Beschreibung
Returns whether the attribute of this name could occur repeatedly on a code element.
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns true
when attribute is used repeatedly, otherwise false
.