| 1 | <?php |
||
| 3 | class CustomBlockPermission extends DataExtension implements PermissionProvider { |
||
| 4 | public function canConfigPageAndType($member = false) { |
||
| 7 | |||
| 8 | public function canConfigMemberVisibility($member = false) { |
||
| 11 | |||
| 12 | public function providePermissions() { |
||
| 24 | |||
| 25 | private function getClassList() { |
||
| 37 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.