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