Neos\Flow\Mvc\Routing\RoutePartInterface::isLowerCase PHP Method

isLowerCase() public method

Getter for $this->lowerCase.
See also: setLowerCase()
public isLowerCase ( ) : boolean
return boolean TRUE if this Route part will be converted to lower case, otherwise FALSE.
    public function isLowerCase();