definition; // Use the specified entity type class, and remove it before instantiating. $class = $values['entity_type_class']; unset($values['entity_type_class']); return new $class($values); } }