PHP -Überprüfung, ob das Objekt Attribut enthält
if(property_exists($car,color)){
//$car->color exists
}
Grepper
if(property_exists($car,color)){
//$car->color exists
}