@@ -690,7 +690,7 @@ discard block |
||
| 690 | 690 | |
| 691 | 691 | /** |
| 692 | 692 | * @param SS_HTTPRequest $request |
| 693 | - * @return string HTML |
|
| 693 | + * @return DBHTMLText HTML |
|
| 694 | 694 | */ |
| 695 | 695 | public function treeview($request) { |
| 696 | 696 | return $this->renderWith($this->getTemplatesWithSuffix('_TreeView')); |
@@ -698,7 +698,7 @@ discard block |
||
| 698 | 698 | |
| 699 | 699 | /** |
| 700 | 700 | * @param SS_HTTPRequest $request |
| 701 | - * @return string HTML |
|
| 701 | + * @return DBHTMLText HTML |
|
| 702 | 702 | */ |
| 703 | 703 | public function listview($request) { |
| 704 | 704 | return $this->renderWith($this->getTemplatesWithSuffix('_ListView')); |
@@ -1011,7 +1011,7 @@ discard block |
||
| 1011 | 1011 | * Actually perform the publication step |
| 1012 | 1012 | * |
| 1013 | 1013 | * @param Versioned|DataObject $record |
| 1014 | - * @return mixed |
|
| 1014 | + * @return SS_HTTPResponse|null |
|
| 1015 | 1015 | */ |
| 1016 | 1016 | public function performPublish($record) { |
| 1017 | 1017 | if($record && !$record->canPublish()) { |
@@ -1165,7 +1165,7 @@ discard block |
||
| 1165 | 1165 | } |
| 1166 | 1166 | |
| 1167 | 1167 | /** |
| 1168 | - * @return array |
|
| 1168 | + * @return SS_HTTPResponse|null |
|
| 1169 | 1169 | */ |
| 1170 | 1170 | public function rollback() { |
| 1171 | 1171 | return $this->doRollback(array( |