ReflectionClass::getTraitNames

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

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

Beschreibung

public ReflectionClass::getTraitNames(): array

Get the names of the traits used by this class.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an array with trait names in values.