get_declared_traits
(PHP 5 >= 5.4.0, PHP 7)
get_declared_traits — Returns an array of all declared traits
Description
get_declared_traits ( ) : array
Parameters
This function has no parameters.
Return Values
Returns an array with names of all declared traits in values. Returns null
in case of a failure.
See Also
- class_uses() - Return the traits used by the given class
- trait_exists() - Checks if the trait exists
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.get-declared-traits.php