Overrides StringBase::save
public function save() { parent::save(); $this->isNew = FALSE; return $this; }