trait HasMeta (View source)

Properties

protected array<string,mixed> $meta

Methods

meta(string $key, mixed $value)

No description

mixed
getMeta(string|array|null $keys = null)

No description

bool
hasMeta(string|array $keys)

No description

Details

HasMeta meta(string $key, mixed $value)

No description

Parameters

string $key
mixed $value

Return Value

HasMeta

mixed getMeta(string|array|null $keys = null)

No description

Parameters

string|array|null $keys

Return Value

mixed

bool hasMeta(string|array $keys)

No description

Parameters

string|array $keys

Return Value

bool