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
Bluz
Proxy
ProxyTrait
PHP Trait Bluz\Proxy\ProxyTrait
Author:
Anton Shevchuk
Inheritance:
use trait
Bluz\Common\Singleton
显示文件
Open project: bluzphp/framework
Public Methods
Method
Description
__callStatic
(
string
$method
,
array
$args
) :
mixed
Handle dynamic, static calls to the object.
Method Details
__callStatic()
public
static
method
Handle dynamic, static calls to the object.
public
static
__callStatic
(
string
$method
,
array
$args
) :
mixed
$method
string
$args
array
return
mixed