Skip to content

Latest commit

 

History

History
611 lines (201 loc) · 4.15 KB

File metadata and controls

611 lines (201 loc) · 4.15 KB

Models

Class Controller

Methods

create

public create(): mixed

edit

public edit(mixed $name = null): mixed

Parameters:

Parameter Type Description
$name mixed

remove

public remove(mixed $name = null): mixed

Parameters:

Parameter Type Description
$name mixed

save

public save(): mixed

load

public load(): mixed

saveItem

public saveItem(mixed $model = null): mixed

Parameters:

Parameter Type Description
$model mixed

clone

public clone(mixed $model = null): mixed

Parameters:

Parameter Type Description
$model mixed

getGroups

protected getGroups(): 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