Neos\Flow\Mvc\Routing\DynamicRoutePartInterface::setSplitString PHP Метод

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

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
Результат void
    public function setSplitString($splitString);
DynamicRoutePartInterface