| Total Complexity | 3 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class MyActionMenuItemComponent extends GridFieldEditButton implements TestOnly |
||
| 10 | { |
||
| 11 | protected $shouldDisplay; |
||
| 12 | |||
| 13 | public function __construct($shouldDisplay = true) |
||
| 14 | { |
||
| 15 | $this->shouldDisplay = $shouldDisplay; |
||
| 16 | } |
||
| 17 | |||
| 18 | public function getGroup($gridField, $record, $columnName) |
||
| 21 | } |
||
| 22 | } |
||
| 23 |