TranslateModule::__callStatic PHP Method

__callStatic() static public method

static public __callStatic ( $method, $args )
    static function __callStatic($method, $args)
    {
        return call_user_func_array(array(self::getTranslateComponent(), $method), $args);
    }