@@ -55,7 +55,7 @@ |
||
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | 57 | * Returns an array of javascript validator options. |
| 58 | - * @return array javascript validator options. |
|
| 58 | + * @return boolean javascript validator options. |
|
| 59 | 59 | */ |
| 60 | 60 | public function evaluateIsValid() |
| 61 | 61 | { |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @return Tells whether buffering of output can continue after this point |
|
| 52 | + * @return boolean whether buffering of output can continue after this point |
|
| 53 | 53 | */ |
| 54 | 54 | public function getContinueBuffering() |
| 55 | 55 | { |
@@ -132,6 +132,7 @@ |
||
| 132 | 132 | |
| 133 | 133 | /** |
| 134 | 134 | * @param float rating value |
| 135 | + * @param double $rating |
|
| 135 | 136 | * @return int rating as integer |
| 136 | 137 | */ |
| 137 | 138 | protected function getRatingIndex($rating) |
@@ -144,6 +144,7 @@ discard block |
||
| 144 | 144 | |
| 145 | 145 | /** |
| 146 | 146 | * @param string table caption |
| 147 | + * @param string $value |
|
| 147 | 148 | */ |
| 148 | 149 | public function setCaption($value) |
| 149 | 150 | { |
@@ -160,6 +161,7 @@ discard block |
||
| 160 | 161 | |
| 161 | 162 | /** |
| 162 | 163 | * @param TTableCaptionAlign table caption alignment. |
| 164 | + * @param TTableCaptionAlign $value |
|
| 163 | 165 | */ |
| 164 | 166 | public function setCaptionAlign($value) |
| 165 | 167 | { |
@@ -118,7 +118,7 @@ |
||
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | /** |
| 121 | - * @return ITemplate the item template |
|
| 121 | + * @return string the item template |
|
| 122 | 122 | */ |
| 123 | 123 | public function getItemTemplate() |
| 124 | 124 | { |
@@ -113,6 +113,7 @@ |
||
| 113 | 113 | |
| 114 | 114 | /** |
| 115 | 115 | * @param string button caption |
| 116 | + * @param string $value |
|
| 116 | 117 | */ |
| 117 | 118 | public function setButtonText($value) |
| 118 | 119 | { |
@@ -93,6 +93,7 @@ discard block |
||
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | 95 | * @param boolean whether the keys are case-sensitive. |
| 96 | + * @param boolean $value |
|
| 96 | 97 | */ |
| 97 | 98 | public function setCaseSensitive($value) |
| 98 | 99 | { |
@@ -126,6 +127,7 @@ discard block |
||
| 126 | 127 | * Removes an item from the map by its key. |
| 127 | 128 | * This overrides the parent implementation by converting the key to lower case first if CaseSensitive is false. |
| 128 | 129 | * @param mixed the key of the item to be removed |
| 130 | + * @param string $key |
|
| 129 | 131 | * @return mixed the removed value, null if no such key exists. |
| 130 | 132 | */ |
| 131 | 133 | public function remove($key) |
@@ -90,7 +90,7 @@ |
||
| 90 | 90 | } |
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | - * @return string default culture |
|
| 93 | + * @return boolean default culture |
|
| 94 | 94 | */ |
| 95 | 95 | public function getTranslateDefaultCulture() |
| 96 | 96 | { |
@@ -48,7 +48,7 @@ |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @return Iterator iterator |
|
| 51 | + * @return TDummyDataSourceIterator iterator |
|
| 52 | 52 | */ |
| 53 | 53 | public function getIterator() |
| 54 | 54 | { |