コード例 #1
0
ファイル: Translatable.php プロジェクト: ramziammar/websites
 /**
  * Disable the multilingual feature
  *
  */
 static function disable()
 {
     self::$enabled = false;
 }