Neos\Flow\Mvc\Routing\DynamicRoutePartInterface::setSplitString PHP Méthode

setSplitString() public méthode

The split string represents the border of a Dynamic Route Part. If it is empty, Route Part will be equal to the remaining request path.
public setSplitString ( string $splitString ) : void
$splitString string
Résultat void
    public function setSplitString($splitString);
DynamicRoutePartInterface