ReflectionAttribute::isRepeated

(PHP 8)

ReflectionAttribute::isRepeatedReturns weather the attribute of this name could occur repeatedly on a code element.

Açıklama

public ReflectionAttribute::isRepeated(): bool

Returns weather the attribute of this name could occur repeatedly on a code element.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

Returns true when attribute is used repeatedly, otherwise false.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top