Skip to content

Latest commit

 

History

History
259 lines (84 loc) · 1.67 KB

File metadata and controls

259 lines (84 loc) · 1.67 KB

Api

Properties

keys

protected array $keys

Methods

initialize

protected initialize(): mixed

getKey

public getKey(string $key): mixed

Parameters:

Parameter Type Description
$key string

keys

public keys(): array

cache

public cache(bool $persistent = true): array

Parameters:

Parameter Type Description
$persistent bool

Inherited methods

__construct

public __construct(\Lime\App $app, mixed $context = null): mixed

Parameters:

Parameter Type Description
$app \Lime\App
$context mixed

initialize

protected initialize(): mixed

__call

public __call(mixed $name, mixed $arguments): mixed

Parameters:

Parameter Type Description
$name mixed
$arguments mixed

__invoke

public __invoke(mixed $helper): mixed

Parameters:

Parameter Type Description
$helper mixed

__get

public __get(mixed $name): mixed

Parameters:

Parameter Type Description
$name mixed