eZ\Publish\Core\FieldType\Keyword\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(array());
    }