Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Neos
Flow
Mvc
Routing
DynamicRoutePartInterface
PHP Interface Neos\Flow\Mvc\Routing\DynamicRoutePartInterface
Inheritance:
extends
Neos\Flow\Mvc\Routing\RoutePartInterface
Datei anzeigen
Open project: neos/flow-development-collection
Public Methods
Method
Description
setSplitString
(
string
$splitString
) :
void
Sets split string of the Route Part.
Method Details
setSplitString()
public
method
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
return
void