1 | <?php |
||
3 | class MultiClassSelector extends GridFieldAddNewMultiClass { |
||
4 | private static $allowed_actions = array( |
||
|
|||
5 | 'handleAdd' |
||
6 | ); |
||
7 | |||
8 | // Should we add an empty string to the add class dropdown? |
||
9 | private static $showEmptyString = true; |
||
10 | |||
11 | private $fragment; |
||
12 | |||
13 | private $title; |
||
14 | |||
15 | private $classes; |
||
16 | |||
17 | private $defaultClass; |
||
18 | |||
19 | |||
20 | public function getHTMLFragments($grid) { |
||
46 | } |
This check marks private properties in classes that are never used. Those properties can be removed.