@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param string $locale Locale/Language to add data for, identical with locale identifier, |
49 | 49 | * see Zend_Locale for more information |
50 | 50 | * @param string $filename XMLTM file to add, full path must be given for access |
51 | - * @param array $option OPTIONAL Options to use |
|
51 | + * @param array $options OPTIONAL Options to use |
|
52 | 52 | * @throws Zend_Translation_Exception |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -116,6 +116,9 @@ discard block |
||
116 | 116 | } |
117 | 117 | } |
118 | 118 | |
119 | + /** |
|
120 | + * @param string $filename |
|
121 | + */ |
|
119 | 122 | private function _findEncoding($filename) |
120 | 123 | { |
121 | 124 | $file = file_get_contents($filename, null, null, 0, 100); |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param string $locale Locale/Language to add data for, identical with locale identifier, |
49 | 49 | * see Zend_Locale for more information |
50 | 50 | * @param string $filename XMLTM file to add, full path must be given for access |
51 | - * @param array $option OPTIONAL Options to use |
|
51 | + * @param array $options OPTIONAL Options to use |
|
52 | 52 | * @throws Zend_Translation_Exception |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -116,6 +116,9 @@ discard block |
||
116 | 116 | } |
117 | 117 | } |
118 | 118 | |
119 | + /** |
|
120 | + * @param string $filename |
|
121 | + */ |
|
119 | 122 | private function _findEncoding($filename) |
120 | 123 | { |
121 | 124 | $file = file_get_contents($filename, null, null, 0, 100); |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param string $locale Locale/Language to add data for, identical with locale identifier, |
49 | 49 | * see Zend_Locale for more information |
50 | 50 | * @param string $filename XMLTM file to add, full path must be given for access |
51 | - * @param array $option OPTIONAL Options to use |
|
51 | + * @param array $options OPTIONAL Options to use |
|
52 | 52 | * @throws Zend_Translation_Exception |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -116,6 +116,9 @@ discard block |
||
116 | 116 | } |
117 | 117 | } |
118 | 118 | |
119 | + /** |
|
120 | + * @param string $filename |
|
121 | + */ |
|
119 | 122 | private function _findEncoding($filename) |
120 | 123 | { |
121 | 124 | $file = file_get_contents($filename, null, null, 0, 100); |
@@ -562,6 +562,9 @@ |
||
562 | 562 | } |
563 | 563 | } |
564 | 564 | |
565 | + /** |
|
566 | + * @param string $type |
|
567 | + */ |
|
565 | 568 | public function assertFileNotIncluded($backend, $type, $files) { |
566 | 569 | $includedFiles = $this->getBackendFiles($backend, $type); |
567 | 570 | if(is_array($files)) { |
@@ -63,6 +63,7 @@ discard block |
||
63 | 63 | * while automatically busting this cache every time the file is changed. |
64 | 64 | * |
65 | 65 | * @param bool |
66 | + * @param boolean $var |
|
66 | 67 | */ |
67 | 68 | public static function set_suffix_requirements($var) { |
68 | 69 | self::backend()->setSuffixRequirements($var); |
@@ -731,6 +732,7 @@ discard block |
||
731 | 732 | * Forces the JavaScript requirements to the end of the body, right before the closing tag |
732 | 733 | * |
733 | 734 | * @param bool |
735 | + * @param boolean $var |
|
734 | 736 | * @return $this |
735 | 737 | */ |
736 | 738 | public function setForceJSToBottom($var) { |
@@ -1521,8 +1523,8 @@ discard block |
||
1521 | 1523 | /** |
1522 | 1524 | * Given a filename and list of files, generate a new filename unique to these files |
1523 | 1525 | * |
1524 | - * @param string $name |
|
1525 | - * @param array $files |
|
1526 | + * @param array $fileList |
|
1527 | + * @param string $combinedFile |
|
1526 | 1528 | * @return string |
1527 | 1529 | */ |
1528 | 1530 | protected function hashedCombinedFilename($combinedFile, $fileList) { |