Documentation

RelationshipIdentifierInterface extends IdentifierInterface

Interface RelationshipIdentifierInterface

Table of Contents

Methods

getId()  : string
Get identifier's ID.
getIdentifierMeta()  : array<string, mixed>|ArrayAccess<string, mixed>
Get identifier meta.
getType()  : string
Get identifier's type.
hasIdentifierMeta()  : bool
If identifier has meta.

Methods

getId()

Get identifier's ID.

public getId() : string
Tags
phpstan-pure
Return values
string

getIdentifierMeta()

Get identifier meta.

public getIdentifierMeta() : array<string, mixed>|ArrayAccess<string, mixed>
Tags
phpstan-pure
Return values
array<string, mixed>|ArrayAccess<string, mixed>

getType()

Get identifier's type.

public getType() : string
Tags
phpstan-pure
Return values
string

        
On this page

Search results