PHP 인터페이스 Neos\Flow\Mvc\Routing\DynamicRoutePartInterface

상속: extends Neos\Flow\Mvc\Routing\RoutePartInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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