@@ -309,6 +309,7 @@ discard block |
||
309 | 309 | * |
310 | 310 | * @Param Object $values Content values to add form elements |
311 | 311 | * @Reurn Object $form This form object |
312 | + * @param string $type |
|
312 | 313 | */ |
313 | 314 | private function listForm($type = null, $published = false){ |
314 | 315 | |
@@ -539,6 +540,7 @@ discard block |
||
539 | 540 | * |
540 | 541 | * @Param String $returnUrl Return url |
541 | 542 | * @Return Object $form Form-object |
543 | + * @return \Mos\HTMLForm\CForm |
|
542 | 544 | */ |
543 | 545 | public function confirmForm($returnUrl = null){ |
544 | 546 | $returnUrl = (isset($returnUrl)) ? $returnUrl : $this->request->getBaseUrl(); |
@@ -606,6 +608,7 @@ discard block |
||
606 | 608 | * |
607 | 609 | * @params string $type Type key |
608 | 610 | * @returns string Type title |
611 | + * @return string |
|
609 | 612 | */ |
610 | 613 | public function getTypeTitle($type){ |
611 | 614 | return $this->types[$type]['title']; |