ReflectionAttribute::isRepeated

(PHP 8)

ReflectionAttribute::isRepeatedReturns whether the attribute of this name has been repeated on a code element

Açıklama

publicReflectionAttribute::isRepeated(): bool

Returns whether the attribute of this name has been repeated on a code element.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns true when attribute is used repeatedly, otherwise false.

To Top