1 | <?php |
||
8 | class GoogleMapModelAdmin extends ModelAdmin |
||
9 | { |
||
10 | public $showImportForm = true; |
||
11 | |||
12 | private static $managed_models = array('GoogleMapLocationsObject', 'GoogleMapSearchRecord'); |
||
|
|||
13 | |||
14 | private static $url_segment = 'google-maps'; |
||
15 | |||
16 | private static $menu_title = 'Google Maps'; |
||
17 | |||
18 | private static $menu_icon = 'googlemap/images/icons/GoogleMapModelAdmin.png'; |
||
19 | } |
||
20 |