| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 15 | class Kirki_Field_Preset extends Kirki_Field_Select { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Sets the control type. |
||
| 19 | * |
||
| 20 | * @access protected |
||
| 21 | */ |
||
| 22 | protected function set_type() { |
||
| 25 | |||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Set the preset. |
||
| 30 | * |
||
| 31 | * @access protected |
||
| 32 | * @since 3.0.28 |
||
| 33 | */ |
||
| 34 | protected function set_preset() { |
||
| 45 |