Neos\Flow\Mvc\Routing\StaticRoutePart::getDefaultValue PHP Method

getDefaultValue() public method

Gets default value of the Route Part.
public getDefaultValue ( ) : string
return string
    public function getDefaultValue()
    {
        return $this->name;
    }