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