@@ -192,8 +192,6 @@ |
||
| 192 | 192 | * set name of image |
| 193 | 193 | * |
| 194 | 194 | * @access public |
| 195 | - * @param int $iWeek number of week |
|
| 196 | - * @param int $iYear year |
|
| 197 | 195 | * @return array |
| 198 | 196 | */ |
| 199 | 197 | public static function getActualMiddleWeek() : array |
@@ -304,7 +304,7 @@ discard block |
||
| 304 | 304 | * get global object form |
| 305 | 305 | * |
| 306 | 306 | * @access public |
| 307 | - * @return object |
|
| 307 | + * @return \stdClass |
|
| 308 | 308 | */ |
| 309 | 309 | public function getFormInObject() |
| 310 | 310 | { |
@@ -411,7 +411,6 @@ discard block |
||
| 411 | 411 | * set the entity to synchronize with the formular |
| 412 | 412 | * |
| 413 | 413 | * @access public |
| 414 | - * @param string $sSeparator separator between the fields |
|
| 415 | 414 | * @param int $iId id of the primary key |
| 416 | 415 | * @return \Venus\lib\Form |
| 417 | 416 | */ |
@@ -69,7 +69,7 @@ |
||
| 69 | 69 | * get the Value |
| 70 | 70 | * |
| 71 | 71 | * @access public |
| 72 | - * @return object |
|
| 72 | + * @return \stdClass |
|
| 73 | 73 | */ |
| 74 | 74 | public function createView() |
| 75 | 75 | { |
@@ -151,7 +151,7 @@ |
||
| 151 | 151 | * |
| 152 | 152 | * @access public |
| 153 | 153 | * @param string $sType type of input; |
| 154 | - * @return bool |
|
| 154 | + * @return string |
|
| 155 | 155 | */ |
| 156 | 156 | public function isClicked(string $sType) : string |
| 157 | 157 | { |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * |
| 97 | 97 | * @access public |
| 98 | 98 | * @param string $sValue Value of input; |
| 99 | - * @return \Venus\lib\Form\Input |
|
| 99 | + * @return Radio |
|
| 100 | 100 | */ |
| 101 | 101 | public function setValue(string $sValue) : Input |
| 102 | 102 | { |
@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | * |
| 121 | 121 | * @access public |
| 122 | 122 | * @param string $sValueChecked Value of input; |
| 123 | - * @return \Venus\lib\Form\Input |
|
| 123 | + * @return Radio |
|
| 124 | 124 | */ |
| 125 | 125 | public function setValueChecked(string $sValueChecked) : Input |
| 126 | 126 | { |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | * |
| 145 | 145 | * @access public |
| 146 | 146 | * @param string $sLabel Label of input; |
| 147 | - * @return \Venus\lib\Form\Input |
|
| 147 | + * @return Radio |
|
| 148 | 148 | */ |
| 149 | 149 | public function setLabel(string $sLabel) : Input |
| 150 | 150 | { |
@@ -59,8 +59,7 @@ |
||
| 59 | 59 | * if the request is ajax |
| 60 | 60 | * |
| 61 | 61 | * @access public |
| 62 | - * @param string $sName name of the template |
|
| 63 | - * @return bool |
|
| 62 | + * @return boolean|null |
|
| 64 | 63 | */ |
| 65 | 64 | public static function isXmlHttpRequest() |
| 66 | 65 | { |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | * |
| 82 | 82 | * @access public |
| 83 | 83 | * @param string $sFile |
| 84 | - * @return bool|object |
|
| 84 | + * @return null|boolean |
|
| 85 | 85 | */ |
| 86 | 86 | public function upload(string $sFile) |
| 87 | 87 | { |