\MatthiasWeb\RealMediaLibrary\usersettingsCommonUserSettingsTrait

Trait common user settings helper methods.

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
is()
get()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

is()

is(string  $meta,boolean  $persist = null): boolean

Gets (and persists) a checkbox to the user (settings) metadata.

Parameters

string $meta

The meta key

boolean $persist

If setted it will be updated or deleted

Returns

boolean

get()

get(string  $meta,boolean  $persist = null): string|boolean

Gets (and persists) a string to the user (settings) metadata.

Parameters

string $meta

The meta key

boolean $persist

If setted it will be updated or deleted

Returns

string|boolean