Ejemplo n.º 1
0
 public function materializePhpModels(Garp_Spawn_Model_Abstract $model)
 {
     parent::materializePhpModels($model);
     if ($this->isMultilingual()) {
         $i18nModel = $this->getI18nModel();
         parent::materializePhpModels($i18nModel);
     }
 }