Neos\Flow\Mvc\Routing\AbstractRoutePart::setLowerCase PHP Méthode

setLowerCase() public méthode

Specifies whether this Route part should be converted to lower case when resolved.
public setLowerCase ( boolean $lowerCase ) : void
$lowerCase boolean TRUE: this Route part is converted to lower case. FALSE: this Route part is not altered.
Résultat void
    public function setLowerCase($lowerCase)
    {
        $this->lowerCase = $lowerCase;
    }