boolean compareClass(
object Object
$object, string
$check)
|
|
Compare the owner class with the class of another object.
Return false if class of $object is not a subclass of or the same class as the class given with $check, true otherwise.
Parameters:
boolean compareClassStrict(
object Object
$object, string
$check)
|
|
Compare the owner class with the class of another object, strict.
Return false if the class name of $object is not equal to that given with $check, true otherwise, null on error.
Parameters: