eZ\Publish\Core\FieldType\RelationList\Type::fromHash PHP Метод

fromHash() публичный Метод

Converts an $hash to the Value defined by the field type.
public fromHash ( mixed $hash ) : Value
$hash mixed
Результат Value $value
    public function fromHash($hash)
    {
        return new Value($hash['destinationContentIds']);
    }