PHP Trait Bluz\Proxy\ProxyTrait

Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Singleton
Datei anzeigen 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