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