Documentation

store
in package

It's a class that's used to dispatch events.

Table of Contents

handler()  : mixed
Try get perm else store value or execute function, set perm and return values
check()  : mixed
Try get perm else store value or execute function, set perm and return values
get()  : mixed
It's setting the value of the variable $name to the value of the variable $_value.
set()  : mixed
It's setting the value of the variable $name to the value of the variable $_value.

Methods

handler()

Try get perm else store value or execute function, set perm and return values

public final static handler(string $name[, mixed $value = null ][, string|null $func = null ][, array<string|int, mixed> $varibles = [] ]) : mixed
Parameters
$name : string
$value : mixed = null
$func : string|null = null
$varibles : array<string|int, mixed> = []
Return values
mixed

check()

Try get perm else store value or execute function, set perm and return values

private static check(string $name[, mixed $value = null ][, string|null $func = null ][, array<string|int, mixed> $varibles = [] ]) : mixed
Parameters
$name : string
$value : mixed = null
$func : string|null = null
$varibles : array<string|int, mixed> = []
Return values
mixed

get()

It's setting the value of the variable $name to the value of the variable $_value.

private static get(string $name) : mixed
Parameters
$name : string
Return values
mixed

set()

It's setting the value of the variable $name to the value of the variable $_value.

private static set(string $name, mixed $value[, string|null $func = null ][, array<string|int, mixed> $varibles = [] ]) : mixed
Parameters
$name : string
$value : mixed
$func : string|null = null
$varibles : array<string|int, mixed> = []
Return values
mixed

Search results