Pheasant\Property::hasDefaultValue PHP Méthode

hasDefaultValue() public méthode

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