Skip to content

Latest commit

 

History

History
381 lines (131 loc) · 2.65 KB

Module.md

File metadata and controls

381 lines (131 loc) · 2.65 KB

Module

Properties

apis

protected $apis

_dir

public ?string $_dir

_bootfile

public ?string $_bootfile

Methods

extend

public extend(array $api): mixed

Parameters:

Parameter Type Description
$api array

bindApp

public bindApp(\Lime\App $app): mixed

Parameters:

Parameter Type Description
$app \Lime\App

__set

public __set(mixed $name, mixed $value): mixed

Parameters:

Parameter Type Description
$name mixed
$value mixed

__get

public __get(mixed $name): mixed

Parameters:

Parameter Type Description
$name mixed

__isset

public __isset(mixed $name): mixed

Parameters:

Parameter Type Description
$name mixed

__unset

public __unset(mixed $name): mixed

Parameters:

Parameter Type Description
$name mixed

__call

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

Parameters:

Parameter Type Description
$name mixed
$arguments mixed

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