ReflectionClass::getTraits
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
ReflectionClass::getTraits — 返回这个类所使用的 traits 数组
参数
此函数没有参数。
返回值
返回了数组,键是 trait 的名称,值是 trait 实例的 ReflectionClass。
出现错误的情况下返回 null
。
+添加备注
用户贡献的备注 1 note
Anonymous ¶
10 years ago
Note that getTraits will NOT return any traits inherited from a parent.
This is currently viewed as the desired behavior. See https://bugs.php.net/bug.php?id=61554
备份地址:http://www.lvesu.com/blog/php/reflectionclass.gettraits.php