ReflectionUtils
class ReflectionUtils
Just another place to put static functions.
..
Methods
static array
static array
parseDocBlock(string $comment)
No description
static array
getTraits(object|string $class)
List all traits used by a class and its parents.
Details
at line 42
static array
getCodeDocs(Reflector|ReflectionClass $reflection, string $type = NULL)
at line 80
static array
parseDocBlock(string $comment)
at line 127
static array
getTraits(object|string $class)
List all traits used by a class and its parents.