| 1 | <?php  | 
            ||
| 8 | class FolderExtension extends DataExtension implements TestOnly  | 
            ||
| 9 | { | 
            ||
| 10 | public function canView($member = null, $context = array())  | 
            ||
| 16 | |||
| 17 | public function canEdit($member = null, $context = array())  | 
            ||
| 23 | |||
| 24 | public function canDelete($member = null, $context = array())  | 
            ||
| 30 | |||
| 31 | public function canCreate($member = null, $context = array())  | 
            ||
| 37 | }  | 
            ||
| 38 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.