PHP Интерфейс Neos\Flow\Mvc\Routing\DynamicRoutePartInterface

Наследование: extends Neos\Flow\Mvc\Routing\RoutePartInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
setSplitString ( string $splitString ) : void Sets split string of the Route Part.

Описание методов

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