| 1 | <?php |
||
| 9 | class InstagramAdmin extends ModelAdmin |
||
| 10 | { |
||
| 11 | private static $managed_models = [ |
||
| 12 | InstagramPost::class, |
||
| 13 | ]; |
||
| 14 | |||
| 15 | private static $url_segment = 'instagram'; |
||
| 16 | private static $menu_title = 'Instagram'; |
||
| 17 | private static $menu_icon = '3dgoo/silverstripe-instagram-scraper:images/cms/instagram-admin.png'; |
||
| 18 | |||
| 19 | public function getEditForm($ID = null, $Fields = null) |
||
| 42 | } |
||
| 43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.