Skip to content

ManagerInterface

  • Full name: \Zemit\Support\Options\ManagerInterface

Methods

get

public get(string $key, mixed $default = null): mixed

Parameters:

Parameter Type Description
$key string
$default mixed

set

public set(string $key, mixed $value = null): void

Parameters:

Parameter Type Description
$key string
$value mixed

remove

public remove(string $key): void

Parameters:

Parameter Type Description
$key string

reset

public reset(): void

clear

public clear(): void