__\__::__callStatic PHP Méthode

__callStatic() public static méthode

public static __callStatic ( $name, $arguments )
    public static function __callStatic($name, $arguments)
    {
        return self::__loader($name, $arguments);
    }