currentName = $currentName; $this->oldNamespace = $oldNamespace; $this->newNamespace = $newNamespace; } public function getNameInNewNamespace() : string { return \str_replace($this->oldNamespace, $this->newNamespace, $this->currentName); } }