| 1 | <?php |
||
| 27 | class DescriptionSetting extends Setting { |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return string Lowercase a-z and underscore only identifier |
||
| 31 | * @since 11.0.0 |
||
| 32 | */ |
||
| 33 | public function getIdentifier() { |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return string A translated string |
||
| 39 | * @since 11.0.0 |
||
| 40 | */ |
||
| 41 | public function getName() { |
||
| 44 | |||
| 45 | } |
||
| 46 |