Neos\Flow\Mvc\Routing\RoutePartInterface::isLowerCase PHP Метод

isLowerCase() публичный Метод

Getter for $this->lowerCase.
См. также: setLowerCase()
public isLowerCase ( ) : boolean
Результат boolean TRUE if this Route part will be converted to lower case, otherwise FALSE.
    public function isLowerCase();