ReflectionIntersectionType
class ReflectionIntersectionType extends ReflectionType (View source)
Methods
array
getTypes()
Returns the types included in the intersection type
Details
bool
allowsNull()
Since: 7.0
Checks if null is allowed
bool
isBuiltin()
Since: 7.0
Checks if it is a built-in type
string
__toString()
Since: 7.0
To string
array
getTypes()
Returns the types included in the intersection type
Returns the reflections of types included in the intersection type.