In order to set a parameter on a Doctrine object that doesn’t exist from your database, use the mapValue() method: $record->mapValue(‘name’, $value);
In order to set a parameter on a Doctrine object that doesn’t exist from your database, use the mapValue() method: $record->mapValue(‘name’, $value);