skeeks\cms\relatedProperties\propertyTypes\PropertyTypeNumber::getDefaultValue PHP Method

getDefaultValue() public method

public getDefaultValue ( ) : null
return null
    public function getDefaultValue()
    {
        if ($this->default_value !== null) {
            return $this->default_value;
        }
        return;
    }