@@ -10,7 +10,7 @@ |
||
| 10 | 10 | * @param \GridField $gridField |
| 11 | 11 | * @param \DataObject $record |
| 12 | 12 | * @param string $columnName |
| 13 | - * @return string|null - the HTML for the column |
|
| 13 | + * @return null|\HTMLText - the HTML for the column |
|
| 14 | 14 | */ |
| 15 | 15 | public function getColumnContent($gridField, $record, $columnName) |
| 16 | 16 | { |
@@ -21,6 +21,9 @@ |
||
| 21 | 21 | $this->modulePath = BASE_PATH . '/omnipay-ui'; |
| 22 | 22 | } |
| 23 | 23 | |
| 24 | + /** |
|
| 25 | + * @param string $modulePath |
|
| 26 | + */ |
|
| 24 | 27 | public function setModulePath($modulePath) |
| 25 | 28 | { |
| 26 | 29 | $this->modulePath = $modulePath; |