boolean is_a_php_class(
object $class, string $match)
|
|
is_a is only defined in php for user functions, so I implemented its functionality for php objects until they fix (or never fix) this problem
Parameters
object |
$class |
the class to check |
string |
$match |
class name you are looking for |