| 1 | <?php |
||
| 8 | class EzRelationList extends AbstractComplexField implements ComplexFieldInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param array $fieldValueArray The definition of the field value, structured in the yml file |
||
| 12 | * @param array $context The context for execution of the current migrations. Contains f.e. the path to the migration |
||
| 13 | * @return PageValue |
||
| 14 | */ |
||
| 15 | public function createValue(array $fieldValueArray, array $context = array()) |
||
| 33 | } |
||
| 34 |