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

Parameters

string $pathSegment

string getPathSegment()

No description

Return Value

string

setUriPattern(string $uriPattern)

No description

Parameters

string $uriPattern

string getUriPattern()

No description

Return Value

string

setIdentifier(string $identifier)

No description

Parameters

string $identifier

string getIdentifier()

No description

Return Value

string

setObjectType(string $objectType)

No description

Parameters

string $objectType

string getObjectType()

No description

Return Value

string