Pheasant\Property::hasDefaultValue PHP 메소드

hasDefaultValue() 공개 메소드

Returns a bool for whether the property has a default value
public hasDefaultValue ( ) : boolean
리턴 boolean
    public function hasDefaultValue()
    {
        return isset($this->type->options()->default);
    }