PHP Class Themosis\Foundation\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
ファイルを表示 Open project: themosis/framework

Public Methods

Method Description
__call ( string $method, array $parameters ) : mixed Dynamically handle missing method calls.

Method Details

__call() public method

Dynamically handle missing method calls.
public __call ( string $method, array $parameters ) : mixed
$method string
$parameters array
return mixed