PHP 클래스 Neos\Flow\Mvc\Routing\ObjectPathMapping

파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$identifier string Identifier of the object this mapping belongs to
$objectType string Class name of the object this mapping belongs to
$pathSegment string Path segment (URI representation) of the object this mapping belongs to
$uriPattern string Pattern of the path segment (for example "{date}/{title}")

공개 메소드들

메소드 설명
getIdentifier ( ) : string
getObjectType ( ) : string
getPathSegment ( ) : string
getUriPattern ( ) : string
setIdentifier ( string $identifier )
setObjectType ( string $objectType )
setPathSegment ( string $pathSegment )
setUriPattern ( string $uriPattern )

메소드 상세

getIdentifier() 공개 메소드

public getIdentifier ( ) : string
리턴 string

getObjectType() 공개 메소드

public getObjectType ( ) : string
리턴 string

getPathSegment() 공개 메소드

public getPathSegment ( ) : string
리턴 string

getUriPattern() 공개 메소드

public getUriPattern ( ) : string
리턴 string

setIdentifier() 공개 메소드

public setIdentifier ( string $identifier )
$identifier string

setObjectType() 공개 메소드

public setObjectType ( string $objectType )
$objectType string

setPathSegment() 공개 메소드

public setPathSegment ( string $pathSegment )
$pathSegment string

setUriPattern() 공개 메소드

public setUriPattern ( string $uriPattern )
$uriPattern string

프로퍼티 상세

$identifier 보호되어 있는 프로퍼티

Identifier of the object this mapping belongs to
protected string $identifier
리턴 string

$objectType 보호되어 있는 프로퍼티

Class name of the object this mapping belongs to
protected string $objectType
리턴 string

$pathSegment 보호되어 있는 프로퍼티

Path segment (URI representation) of the object this mapping belongs to
protected string $pathSegment
리턴 string

$uriPattern 보호되어 있는 프로퍼티

Pattern of the path segment (for example "{date}/{title}")
protected string $uriPattern
리턴 string