Merge pull request #2787 from dhensby/i18n-chaining

API Adding chaining to i18nTextCollector::write()
This commit is contained in:
Ingo Schommer 2014-01-30 18:27:00 -08:00
commit 827ace033a

View File

@ -193,6 +193,7 @@ class i18nTextCollector extends Object {
public function write($module, $entities) {
$this->getWriter()->write($entities, $this->defaultLocale, $this->baseSavePath . '/' . $module);
return $this;
}
/**