| 1 | <?php |
||
| 21 | trait ResolverTrait |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param string $field |
||
| 25 | * @return Domains |
||
| 26 | * @throws HttpException |
||
| 27 | */ |
||
| 28 | protected function resolveField(string $field): Domains |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @param string $element |
||
| 49 | * @return ElementInterface|Element |
||
| 50 | * @throws HttpException |
||
| 51 | */ |
||
| 52 | protected function resolveElement(string $element): ElementInterface |
||
| 60 | } |
||
| 61 |