/**
  * {@inheritDoc}
  */
 public static function export($class, $name, $return = null)
 {
     return BetterReflectionMethod::export(...func_get_args());
 }