Usages
Table of Contents
Methods
-
__construct()
: mixed
-
add()
: mixed
-
addOwnerSources()
: mixed
-
getAll()
: mixed
-
getByOwner()
: mixed
-
getBySourceType()
: mixed
-
getValuesBySourceType()
: array<string|int, mixed>
__construct()
public
__construct() : mixed
add()
public
add(mixed $ownerId, mixed $sourceType, mixed $value) : mixed
Parameters
-
$ownerId
: mixed
-
-
$sourceType
: mixed
-
-
$value
: mixed
-
addOwnerSources()
public
addOwnerSources(mixed $ownerId, array<string|int, mixed> $sources) : mixed
Parameters
-
$ownerId
: mixed
-
-
$sources
: array<string|int, mixed>
-
getAll()
public
getAll() : mixed
getByOwner()
public
getByOwner(mixed $ownerId) : mixed
Parameters
-
$ownerId
: mixed
-
getBySourceType()
public
getBySourceType(mixed $sourceType) : mixed
Parameters
-
$sourceType
: mixed
-
getValuesBySourceType()
public
getValuesBySourceType(mixed $sourceType) : array<string|int, mixed>
Parameters
-
$sourceType
: mixed
-
Return values
array<string|int, mixed>