| 1 | <?php |
||
| 12 | class EzAuthor extends AbstractComplexField implements ComplexFieldInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Creates a value object to use as the field value when setting an author field type. |
||
| 16 | * |
||
| 17 | * @param array $fieldValueArray The definition of teh field value, structured in the yml file |
||
| 18 | * @param array $context The context for execution of the current migrations. Contains f.e. the path to the migration |
||
| 19 | * @return AuthorValue |
||
| 20 | */ |
||
| 21 | public function createValue(array $fieldValueArray, array $context = array()) |
||
| 39 | } |
||
| 40 |