PHP Class Themosis\Foundation\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: themosis/framework

Méthodes publiques

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

Method Details

__call() public méthode

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