eZ\Publish\Core\FieldType\BinaryFile\Type::createValue PHP Method

createValue() protected method

Creates a specific value of the derived class from $inputValue.
protected createValue ( array $inputValue ) : Value
$inputValue array
return Value
    protected function createValue(array $inputValue)
    {
        return new Value($inputValue);
    }