We are checking interfaces with inherited classes in the example to the left.
The difference between checkParam_type() and check_interface().
checkParam_type() works with non-intertwined
- Arrays
- Closures
- IIFEs
- Ordinary Objects
- Scalars
check_interface() accepts interlinked objects that are
- Classes
- ClassFree Objects
- OLOOs
- Ordinary Objects
- Prototypes