Pheasant\Property::defaultValue PHP Method

defaultValue() public method

Returns the default value for a property, or NULL
public defaultValue ( )
    public function defaultValue()
    {
        return $this->hasDefaultValue() ? $this->type->options()->default : NULL;
    }