Meta
extends EO_Meta
Table of Contents
Methods
-
getByHash()
: Meta|null
-
getForData()
: Meta|false
-
getMeta()
: array<string|int, mixed>
-
setMeta()
: mixed
getByHash()
public
static getByHash(mixed $hash) : Meta|null
Parameters
-
$hash
: mixed
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
getForData()
public
static getForData(mixed $userId, array<string|int, mixed> $data) : Meta|false
Parameters
-
$userId
: mixed
-
-
$data
: array<string|int, mixed>
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
public
getMeta([null $name = null ]) : array<string|int, mixed>
Parameters
-
$name
: null
= null
-
Return values
array<string|int, mixed>
public
setMeta(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-