ReflectionAttribute::isRepeated
PHP Manual
PHP Manual»ReflectionAttribute»ReflectionAttribute::isRepeated

ReflectionAttribute::isRepeated

(PHP 8)

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

Descrizione

public function ReflectionAttribute::isRepeated(): bool

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns true when attribute is used repeatedly, otherwise false.

To Top