@@ -6,7 +6,7 @@ |
||
6 | 6 | class BaseElement_Controller extends WidgetController |
7 | 7 | { |
8 | 8 | /** |
9 | - * @return string HTML |
|
9 | + * @return HTMLText HTML |
|
10 | 10 | */ |
11 | 11 | public function WidgetHolder() |
12 | 12 | { |
@@ -96,6 +96,7 @@ |
||
96 | 96 | * Version viewer must only be added at if this is the final getCMSFields for a class. |
97 | 97 | * in order to avoid having to rename all fields from eg Root.Main to Root.Current.Main |
98 | 98 | * To do this we test if getCMSFields is from the current class |
99 | + * @param string $className |
|
99 | 100 | */ |
100 | 101 | public function isEndofLine($className) |
101 | 102 | { |