trait HasRelation

Methods

string
getRelation()

Gets the relation

int|null
getRelationId()

Gets the relation_id

string
getCacheIdentifier(mixed $identifier = null)

Creates a cacheKey

getAllCacheIdentifier()

No description

Details

at line 15
string getRelation()

Gets the relation

Return Value

string

at line 26
int|null getRelationId()

Gets the relation_id

Return Value

int|null

at line 39
protected string getCacheIdentifier(mixed $identifier = null)

Creates a cacheKey

Parameters

mixed $identifier

Return Value

string

at line 56
protected getAllCacheIdentifier()