@@ -19,6 +19,9 @@ |
||
19 | 19 | |
20 | 20 | protected $height = 50; |
21 | 21 | |
22 | + /** |
|
23 | + * @param string $name |
|
24 | + */ |
|
22 | 25 | public function __construct($name, $title = '', $options = array(), $value = '', $folderID) |
23 | 26 | { |
24 | 27 | $this->setOptions($options); |
@@ -142,7 +142,7 @@ |
||
142 | 142 | * returns |
143 | 143 | * red.jpg, red.png, red.gif |
144 | 144 | * @param String $option |
145 | - * @return Array |
|
145 | + * @return string[] |
|
146 | 146 | */ |
147 | 147 | public static function create_file_array_from_option($option) |
148 | 148 | { |
@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | /** |
66 | 66 | * returns the fields from the form |
67 | - * @return FieldSet |
|
67 | + * @return FieldList |
|
68 | 68 | */ |
69 | 69 | public function ProductQuestionsAnswerFormFields() |
70 | 70 | { |
@@ -50,7 +50,7 @@ |
||
50 | 50 | |
51 | 51 | /** |
52 | 52 | * returns the fields from the form |
53 | - * @return FieldSet |
|
53 | + * @return FieldList |
|
54 | 54 | */ |
55 | 55 | public function ProductQuestionsAnswerFormFields() |
56 | 56 | { |