PHP 클래스 Themosis\Foundation\ServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: themosis/framework

공개 메소드들

메소드 설명
__call ( string $method, array $parameters ) : mixed Dynamically handle missing method calls.

메소드 상세

__call() 공개 메소드

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