PHP Trait Bluz\Proxy\ProxyTrait

Author: Anton Shevchuk
Inheritance: use trait Bluz\Common\Singleton
Afficher le fichier Open project: bluzphp/framework

Méthodes publiques

Méthode Description
__callStatic ( string $method, array $args ) : mixed Handle dynamic, static calls to the object.

Method Details

__callStatic() public static méthode

Handle dynamic, static calls to the object.
public static __callStatic ( string $method, array $args ) : mixed
$method string
$args array
Résultat mixed