Neos\Flow\Mvc\Routing\StaticRoutePart::getDefaultValue PHP 메소드

getDefaultValue() 공개 메소드

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