domain = $domain; } public function translate($string) { return WebTranslator::translate($string, $this->domain); } }