PHP 클래스 Facade

파일 보기 프로젝트 열기: laravel/valet 1 사용 예제들

공개 메소드들

메소드 설명
__callStatic ( string $method, array $parameters ) : mixed Call a non-static method on the facade.
containerKey ( ) : string The key for the binding in the container.

메소드 상세

__callStatic() 공개 정적인 메소드

Call a non-static method on the facade.
public static __callStatic ( string $method, array $parameters ) : mixed
$method string
$parameters array
리턴 mixed

containerKey() 공개 정적인 메소드

The key for the binding in the container.
public static containerKey ( ) : string
리턴 string