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

Parameters

string $pathSegment

Return Value

void

string getPathSegment()

No description

Return Value

string

void setUriPattern(string $uriPattern)

No description

Parameters

string $uriPattern

Return Value

void

string getUriPattern()

No description

Return Value

string

void setIdentifier(string $identifier)

No description

Parameters

string $identifier

Return Value

void

string getIdentifier()

No description

Return Value

string

void setObjectType(class-string $objectType)

No description

Parameters

class-string $objectType

Return Value

void

class-string getObjectType()

No description

Return Value

class-string