| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | abstract class ShareActivitySettings extends ActivitySettings { |
||
| 30 | /** @var IL10N */ |
||
| 31 | protected $l; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param IL10N $l |
||
| 35 | */ |
||
| 36 | public function __construct(IL10N $l) { |
||
| 37 | $this->l = $l; |
||
| 38 | } |
||
| 39 | |||
| 40 | public function getGroupIdentifier() { |
||
| 42 | } |
||
| 43 | |||
| 44 | public function getGroupName() { |
||
| 48 |