| Total Complexity | 2 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Changes | 7 | ||
| Bugs | 6 | Features | 3 |
| 1 | <?php |
||
| 24 | class Pinyin extends Accessor |
||
| 25 | { |
||
| 26 | private string $default; |
||
| 27 | |||
| 28 | public function __construct(?array $config = null) |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Loader setter |
||
| 37 | * |
||
| 38 | * @param DictLoader|string|null $loader |
||
| 39 | * @return $this |
||
| 40 | * @throws Exception |
||
| 41 | */ |
||
| 42 | public function setLoader($loader = null) |
||
| 47 | } |
||
| 48 | } |