/**
  * @param        $id
  * @param string $context
  * @param string $args
  * @param int    $scheme
  * @param array  $options
  *
  * @return string
  */
 public static function makeUrl($id, $context = '', $args = '', $scheme = -1, array $options = array())
 {
     return self::$modx->makeUrl($id, $context, $args, $scheme, $options);
 }