コード例 #1
0
ファイル: I18n.php プロジェクト: grrr-amsterdam/garp3
 public static function deleteAll()
 {
     $locales = Garp_I18n::getLocales();
     foreach ($locales as $locale) {
         parent::deleteAllByPostfix('_' . $locale);
     }
 }
コード例 #2
0
ファイル: Joint.php プロジェクト: grrr-amsterdam/garp3
 public static function deleteAll()
 {
     parent::deleteAllByPostfix(self::POSTFIX);
 }