| 1 | <?php |
||
| 9 | class ProductDocCollection extends \Page |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var array |
||
| 13 | */ |
||
| 14 | private static $db = array( |
||
| 15 | 1 | 'ManagedClass' => 'Varchar(255)', |
|
| 16 | ); |
||
| 17 | 1 | ||
| 18 | /** |
||
| 19 | 1 | * @var string |
|
| 20 | 1 | */ |
|
| 21 | 1 | private static $table_name = 'ProductDocCollection'; |
|
|
|
|||
| 22 | 1 | ||
| 23 | 1 | /** |
|
| 24 | * @return FieldList |
||
| 25 | 1 | */ |
|
| 26 | 1 | public function getCMSFields() |
|
| 46 | } |
This check marks private properties in classes that are never used. Those properties can be removed.