Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Finds whether a variable is an object
is_object(mixed $value): bool
                $this->initFromArray($value);

                break;



            case 
is_object($value):

                
$this->initFromObject($value);

                break;