eZ\Publish\Core\FieldType\BinaryFile\Type::getEmptyValue PHP Метод

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

Returns the fallback default value of field type when no such default value is provided in the field definition in content types.
public getEmptyValue ( ) : Value
Результат Value
    public function getEmptyValue()
    {
        return new Value();
    }