|
@@ -36,7 +36,7 @@ interface ListBuilderInterface extends BuilderInterface
|
|
* @param FieldDescriptionInterface $fieldDescription
|
|
* @param FieldDescriptionInterface $fieldDescription
|
|
* @param AdminInterface $admin
|
|
* @param AdminInterface $admin
|
|
*/
|
|
*/
|
|
- public function buildField($type = null, FieldDescriptionInterface $fieldDescription, AdminInterface $admin);
|
|
|
|
|
|
+ public function buildField($type, FieldDescriptionInterface $fieldDescription, AdminInterface $admin);
|
|
|
|
|
|
/**
|
|
/**
|
|
* Modify a field description and add it to the displayed columns.
|
|
* Modify a field description and add it to the displayed columns.
|
|
@@ -46,5 +46,5 @@ interface ListBuilderInterface extends BuilderInterface
|
|
* @param FieldDescriptionInterface $fieldDescription
|
|
* @param FieldDescriptionInterface $fieldDescription
|
|
* @param AdminInterface $admin
|
|
* @param AdminInterface $admin
|
|
*/
|
|
*/
|
|
- public function addField(FieldDescriptionCollection $list, $type = null, FieldDescriptionInterface $fieldDescription, AdminInterface $admin);
|
|
|
|
|
|
+ public function addField(FieldDescriptionCollection $list, $type, FieldDescriptionInterface $fieldDescription, AdminInterface $admin);
|
|
}
|
|
}
|