| 1 | <?php |
||
| 27 | class SettingComment 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 | * @return bool True when the option can be changed for the stream |
||
| 47 | * @since 11.0.0 |
||
| 48 | */ |
||
| 49 | public function canChangeStream() { |
||
| 52 | |||
| 53 | } |
||
| 54 |