| 1 | <?php |
||
| 21 | final class ListBuilder implements ListBuilderInterface |
||
| 22 | { |
||
| 23 | public function fixFieldDescription(AdminInterface $admin, FieldDescriptionInterface $fieldDescription): void |
||
| 26 | |||
| 27 | public function getBaseList(array $options = []): FieldDescriptionCollection |
||
| 31 | |||
| 32 | public function buildField($type, FieldDescriptionInterface $fieldDescription, AdminInterface $admin): void |
||
| 35 | |||
| 36 | public function addField(FieldDescriptionCollection $list, $type, FieldDescriptionInterface $fieldDescription, AdminInterface $admin): void |
||
| 44 | } |
||
| 45 |