foo(), // we can now just say Cache::foo(). // -------------------------------------------------- return call_user_func_array(array(static::driver(), $method), $parameters); } }