コード例 #1
0
ファイル: RoundTrip.php プロジェクト: maab127/default7
 protected function renameVendor($string)
 {
     return str_replace('\\' . $this->extension->getOriginalVendorName() . '\\', '\\' . $this->extension->getVendorName() . '\\', $string);
 }