Skip to content

Latest commit

 

History

History
467 lines (155 loc) · 3.25 KB

Settings.md

File metadata and controls

467 lines (155 loc) · 3.25 KB

Settings

Class Controller

Methods

index

public index(): mixed

info

public info(): mixed

Inherited methods

render

protected render( $view, array $params = []): mixed

Parameters:

Parameter Type Description
$view ****
$params array

initialize

protected initialize(): mixed

isAllowed

protected isAllowed(string $permission): bool

Parameters:

Parameter Type Description
$permission string

checkAndLockResource

protected checkAndLockResource(mixed $resourceId): mixed

Parameters:

Parameter Type Description
$resourceId mixed

unlockResource

public unlockResource(mixed $resourceId): mixed

Parameters:

Parameter Type Description
$resourceId mixed

index

public index(): string

before

protected before(): mixed

path

protected path( $path): mixed

Parameters:

Parameter Type Description
$path ****

param

protected param( $key, null $default = null): mixed

Parameters:

Parameter Type Description
$key ****
$default null

module

protected module( $module): mixed

Parameters:

Parameter Type Description
$module ****

helper

protected helper( $name): mixed

Parameters:

Parameter Type Description
$name ****

stop

protected stop(mixed $data = null, mixed $status = null): mixed

Parameters:

Parameter Type Description
$data mixed
$status mixed

__construct

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

Parameters:

Parameter Type Description
$app \Lime\App
$context 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