コード例 #1
0
ファイル: Base.php プロジェクト: grrr-amsterdam/garp3
 public function materializePhpModels(Garp_Spawn_Model_Abstract $model)
 {
     parent::materializePhpModels($model);
     if ($this->isMultilingual()) {
         $i18nModel = $this->getI18nModel();
         parent::materializePhpModels($i18nModel);
     }
 }