Neos\Flow\Mvc\Routing\AbstractRoutePart::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()
    {
        return $this->lowerCase;
    }