| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | abstract class SystemSettingsJoint extends ModuleJoint |
||
| 10 | { |
||
| 11 | use HasOptions; |
||
|
|
|||
| 12 | use HasLaunchButton; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Define the section under which admin button is displayed |
||
| 16 | * |
||
| 17 | * @return string|array|null |
||
| 18 | */ |
||
| 19 | public function section() |
||
| 22 | } |
||
| 23 | |||
| 24 | public static function access() |
||
| 27 | } |
||
| 28 | } |