Property | Type | Description | |
---|---|---|---|
$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}") |
Method | Description | |
---|---|---|
getIdentifier ( ) : string | ||
getObjectType ( ) : string | ||
getPathSegment ( ) : string | ||
getUriPattern ( ) : string | ||
setIdentifier ( string $identifier ) | ||
setObjectType ( string $objectType ) | ||
setPathSegment ( string $pathSegment ) | ||
setUriPattern ( string $uriPattern ) |
protected string $identifier | ||
return | string |
protected string $objectType | ||
return | string |
protected string $pathSegment | ||
return | string |
protected string $uriPattern | ||
return | string |