Neos\Flow\Mvc\Routing\RoutePartInterface::isLowerCase PHP Méthode

isLowerCase() public méthode

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