Neos\Flow\Mvc\Routing\AbstractRoutePart::hasDefaultValue PHP Method

hasDefaultValue() public method

Returns TRUE if a default value is set for this Route Part, otherwise FALSE.
public hasDefaultValue ( ) : boolean
return boolean
    public function hasDefaultValue()
    {
        return isset($this->defaultValue);
    }