Neos\Flow\Mvc\Routing\AbstractRoutePart::hasDefaultValue PHP 메소드

hasDefaultValue() 공개 메소드

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