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
setPathSegment(string $pathSegment)
No description
string
getPathSegment()
No description
setUriPattern(string $uriPattern)
No description
string
getUriPattern()
No description
setIdentifier(string $identifier)
No description
string
getIdentifier()
No description
setObjectType(string $objectType)
No description
string
getObjectType()
No description
Details
setPathSegment(string $pathSegment)
No description
string
getPathSegment()
No description
setUriPattern(string $uriPattern)
No description
string
getUriPattern()
No description
setIdentifier(string $identifier)
No description
string
getIdentifier()
No description
setObjectType(string $objectType)
No description
string
getObjectType()
No description