| 1 | <?php |
||
| 9 | class EzRelationList extends AbstractComplexField implements ComplexFieldInterface |
||
| 10 | { |
||
| 11 | protected $contentMatcher; |
||
| 12 | |||
| 13 | public function __construct(ContentMatcher $contentMatcher) |
||
| 17 | 1 | ||
| 18 | /** |
||
| 19 | 1 | * @param array $fieldValueArray The definition of the field value, structured in the yml file |
|
| 20 | 1 | * @param array $context The context for execution of the current migrations. Contains f.e. the path to the migration |
|
| 21 | * @return Value |
||
| 22 | 1 | */ |
|
| 23 | public function createValue($fieldValueArray, array $context = array()) |
||
| 44 | } |
||
| 45 |