@@ -304,6 +304,7 @@ discard block |
||
304 | 304 | * @Param String $type Selected content-type |
305 | 305 | * @Param Boolean $published If content should be published already |
306 | 306 | * @Return Object $form CForm object |
307 | + * @return \Mos\HTMLForm\CForm |
|
307 | 308 | */ |
308 | 309 | private function listForm($type = null, $published = false){ |
309 | 310 | |
@@ -343,6 +344,7 @@ discard block |
||
343 | 344 | * @Param String $action What to do (add or edit) |
344 | 345 | * @Param Object $values Content values to add form elements |
345 | 346 | * @Return Object $form CForm object |
347 | + * @return \Mos\HTMLForm\CForm |
|
346 | 348 | */ |
347 | 349 | private function contentForm($action, $values = null){ |
348 | 350 | if(isset($values) && is_object($values)){ |
@@ -536,6 +538,7 @@ discard block |
||
536 | 538 | * |
537 | 539 | * @Param String $returnUrl Return url |
538 | 540 | * @Return Object $form Form-object |
541 | + * @return \Mos\HTMLForm\CForm |
|
539 | 542 | */ |
540 | 543 | public function confirmForm($returnUrl = null){ |
541 | 544 | $returnUrl = (isset($returnUrl)) ? $returnUrl : $this->request->getBaseUrl(); |