inherent = new Pinyin(); } /** * @inheritdoc */ public function translate($words) { return implode(' ', $this->inherent->name($words)); } /** * @inheritdoc */ public function getSourceLanguage() { return 'zh-CN'; } }