@@ -58,8 +58,8 @@ discard block |
||
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | 60 | * @param $uid |
| 61 | - * @param $table |
|
| 62 | - * @param $lUid |
|
| 61 | + * @param string $table |
|
| 62 | + * @param integer $lUid |
|
| 63 | 63 | * @return mixed |
| 64 | 64 | */ |
| 65 | 65 | public static function checkVisiblityForElement($uid, $table, $lUid) { |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | |
| 76 | 76 | /** |
| 77 | 77 | * @param $uid |
| 78 | - * @param $table |
|
| 78 | + * @param string $table |
|
| 79 | 79 | * @return tx_languagevisibility_element |
| 80 | 80 | */ |
| 81 | 81 | public static function getElement($uid, $table) { |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | |
| 90 | 90 | /** |
| 91 | 91 | * @param $element |
| 92 | - * @param $lUid |
|
| 92 | + * @param integer $lUid |
|
| 93 | 93 | * @return mixed |
| 94 | 94 | */ |
| 95 | 95 | public static function getOverlayLanguageIdForElement($element, $lUid) { |