1 | <?php |
||
15 | class GridFieldPaymentStatusIndicator extends GridFieldPaymentAction implements GridField_URLHandler |
||
16 | { |
||
17 | /** |
||
18 | * |
||
19 | * @param GridField $gridField |
||
20 | * @param DataObject $record |
||
21 | * @param string $columnName |
||
22 | * @return string|null - the HTML for the column |
||
23 | */ |
||
24 | public function getColumnContent($gridField, $record, $columnName) |
||
43 | |||
44 | public function getURLHandlers($gridField) |
||
50 | |||
51 | /** |
||
52 | * Accepts a list of ids in form of comma separated string via GET parameter. If any of these payments is no longer |
||
53 | * pending, this method returns true, false otherwise. |
||
54 | * @param $gridField |
||
55 | * @param HTTPRequest|null $request |
||
56 | * @return bool |
||
57 | */ |
||
58 | public function handleCheckPaymentPending($gridField, HTTPRequest $request = null) |
||
70 | } |
||
71 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.