@@ -362,6 +362,9 @@ |
||
| 362 | 362 | } |
| 363 | 363 | |
| 364 | 364 | |
| 365 | + /** |
|
| 366 | + * @param string $varName |
|
| 367 | + */ |
|
| 365 | 368 | public function HasStyleVariable($varName) |
| 366 | 369 | { |
| 367 | 370 | $name = $varName.'Name'; |
@@ -4,6 +4,9 @@ |
||
| 4 | 4 | |
| 5 | 5 | class ImagesWithStyleCMSAPI extends Object |
| 6 | 6 | { |
| 7 | + /** |
|
| 8 | + * @param DataObject $folderOrImagesWithStyleList |
|
| 9 | + */ |
|
| 7 | 10 | public static function add_links_to_folder_field($formField, $folderOrImagesWithStyleList) |
| 8 | 11 | { |
| 9 | 12 | $folder = null; |