Neos\Flow\Mvc\Routing\StaticRoutePart::getDefaultValue PHP Méthode

getDefaultValue() public méthode

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