| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 23 | class Vocabulary extends CecilCollection implements ItemInterface |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Adds a term to a Vocabulary collection. |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 1 | public function add(ItemInterface $item): CollectionInterface |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function get(string $id): Term |
||
| 49 |