Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Facade
PHP Class Facade
显示文件
Open project: laravel/valet
Class Usage Examples
Public Methods
Method
Description
__callStatic
(
string
$method
,
array
$parameters
) :
mixed
Call a non-static method on the facade.
containerKey
( ) :
string
The key for the binding in the container.
Method Details
__callStatic()
public
static
method
Call a non-static method on the facade.
public
static
__callStatic
(
string
$method
,
array
$parameters
) :
mixed
$method
string
$parameters
array
return
mixed
containerKey()
public
static
method
The key for the binding in the container.
public
static
containerKey
( ) :
string
return
string