瀏覽代碼

Update Adapter.php

Menno Holtkamp 11 年之前
父節點
當前提交
5e3e383156
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      library/Zend/Translate/Adapter.php

+ 3 - 1
library/Zend/Translate/Adapter.php

@@ -119,7 +119,9 @@ abstract class Zend_Translate_Adapter {
     /**
      * Generates the adapter
      *
-     * @param  array|Zend_Config $options Translation options for this adapter
+     * @param  string|array|Zend_Config $options Translation options for this adapter
+     * @param  string|array [$content]
+     * @param  string|Zend_Locale [$locale]
      * @throws Zend_Translate_Exception
      * @return void
      */