class IdentityUtils (View source)

Stampie Identity utility functions

Methods

normalizeIdentity(IdentityInterface|string $identity)

No description

static IdentityInterface[]
normalizeIdentities(IdentityInterface[]|string $identities)

No description

static string
buildIdentityString(IdentityInterface[]|IdentityInterface|string $identities)

No description

Details

static IdentityInterface normalizeIdentity(IdentityInterface|string $identity)

Parameters

IdentityInterface|string $identity

Return Value

IdentityInterface

static IdentityInterface[] normalizeIdentities(IdentityInterface[]|string $identities)

Parameters

IdentityInterface[]|string $identities

Return Value

IdentityInterface[]

static string buildIdentityString(IdentityInterface[]|IdentityInterface|string $identities)

Parameters

IdentityInterface[]|IdentityInterface|string $identities

Return Value

string