ReflectionClass::getTraitNames

(PHP 5 >= 5.4.0, PHP 7, PHP 8)

ReflectionClass::getTraitNamesReturns an array of names of traits used by this class

Açıklama

publicReflectionClass::getTraitNames(): array

Get the names of the traits used by this class.

Bağımsız Değişkenler

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

Dönen Değerler

Returns an array with trait names in values.

To Top