ObjectPathMapping
class ObjectPathMapping (View source)
An ObjectPathMapping model This contains the URI representation of an object (pathSegment)
Properties
protected string | $objectType | Class name of the object this mapping belongs to |
|
protected string | $uriPattern | Pattern of the path segment (for example "{date}/{title}") |
|
protected string | $pathSegment | Path segment (URI representation) of the object this mapping belongs to |
|
protected string | $identifier | Identifier of the object this mapping belongs to |
Methods
void
setPathSegment(string $pathSegment)
No description
string
getPathSegment()
No description
void
setUriPattern(string $uriPattern)
No description
string
getUriPattern()
No description
void
setIdentifier(string $identifier)
No description
string
getIdentifier()
No description
void
setObjectType(class-string $objectType)
No description
class-string
getObjectType()
No description
Details
void
setPathSegment(string $pathSegment)
No description
string
getPathSegment()
No description
void
setUriPattern(string $uriPattern)
No description
string
getUriPattern()
No description
void
setIdentifier(string $identifier)
No description
string
getIdentifier()
No description
void
setObjectType(class-string $objectType)
No description
class-string
getObjectType()
No description